Skip to content

Commit d4f3abb

Browse files
committed
Cargo.toml: use same cgu=1 for benchmark
1 parent ada3aa6 commit d4f3abb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

Cargo.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ big-table = []
3939
# TODO: use the new cargo feature to override the num-bigint option
4040
big-int = ['num-bigint', 'num-modular/num-bigint', 'num-modular/num-traits', 'num-modular/num-integer']
4141

42+
# for CodSpeed benchmark
43+
[profile.release]
44+
lto = true
45+
codegen-units = 1
46+
4247
[workspace]
4348
members = [
4449
"bench",

0 commit comments

Comments
 (0)