Skip to content

Commit

Permalink
feat: optimal number of invariant and fuzz runs
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev authored Sep 30, 2024
1 parent 9cf5eb1 commit fc44816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/contracts/foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ targets = [
src = 'src/dollar'

[profile.intense.fuzz]
runs = 16000000
runs = 16500000
max_test_rejects = 144000000 # multiplied by 160 because runs did too

[profile.intense.invariant]
runs = 250000
runs = 350000

0 comments on commit fc44816

Please sign in to comment.