Skip to content

Commit

Permalink
feat: optimal runs for fuzz and invariant
Browse files Browse the repository at this point in the history
  • Loading branch information
zugdev committed Oct 1, 2024
1 parent c5891e9 commit ce7a699
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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 = 100000
max_test_rejects = 900000
runs = 16500000 # 5h 30m
max_test_rejects = 144000000

[profile.intense.invariant]
runs = 50000 # ~1 hour
runs = 350000 # 5h 40m

0 comments on commit ce7a699

Please sign in to comment.