Skip to content

Commit

Permalink
benchmarks: set codegen-units=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Dec 10, 2023
1 parent 80c6842 commit 2e4a24a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ crossbeam-utils = { version = "0.8", default-features = false }
rand = "0.8"
criterion = "0.3"

[profile.bench]
codegen-units = 1

[lib]
bench = false # Don't disturb criterion command line parsing

Expand Down

0 comments on commit 2e4a24a

Please sign in to comment.