Skip to content

Commit

Permalink
Document that cargo test --release uses profile.bench
Browse files Browse the repository at this point in the history
  • Loading branch information
main-- authored Oct 21, 2017
1 parent 92a3a4e commit 7dea9b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7dea9b2

Please sign in to comment.