Skip to content

Commit

Permalink
build: optimize bitfield operations in tests (#643)
Browse files Browse the repository at this point in the history
This isn't as big of an issue as hashing, but it still matters for tests.
  • Loading branch information
Stebalien authored Sep 13, 2022
1 parent 80fc8ab commit e55a4f9
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 @@ -98,6 +98,9 @@ incremental = false

## So tests don't take ages.

[profile.dev.package."fvm_ipld_bitfield"]
opt-level = 2

[profile.dev.package."num-bigint"]
opt-level = 2

Expand Down

0 comments on commit e55a4f9

Please sign in to comment.