From: main() Date: Thu, 26 Oct 2017 10:19:31 +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 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=4b8249f005d19196bb69192b9a61352a85db6b16;p=cargo.git Document that cargo test --release uses profile.bench --- diff --git a/src/doc/book/src/reference/manifest.md b/src/doc/book/src/reference/manifest.md index 6a79c7a1b..34dff512a 100644 --- a/src/doc/book/src/reference/manifest.md +++ b/src/doc/book/src/reference/manifest.md @@ -310,7 +310,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