From: main() Date: Sat, 21 Oct 2017 15:55:32 +0000 (+0200) Subject: Document that cargo test --release uses profile.bench X-Git-Tag: archive/raspbian/0.35.0-2+rpi1~3^2^2^2^2^2^2^2~22^2~5^2~27^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7dea9b2a21b0a801879020b549cf7b33d68fe1c7;p=cargo.git Document that cargo test --release uses profile.bench --- diff --git a/src/doc/manifest.md b/src/doc/manifest.md index 6dbed298c..3669a09a1 100644 --- a/src/doc/manifest.md +++ b/src/doc/manifest.md @@ -309,7 +309,7 @@ debug-assertions = true codegen-units = 1 panic = 'unwind' -# The benchmarking profile, used for `cargo bench`. +# The benchmarking profile, used for `cargo bench` and `cargo test --release`. [profile.bench] opt-level = 3 debug = false