Skip to content

Commit

Permalink
Merge pull request #967 from zugdev/optimal-fuzz-invariant-runs
Browse files Browse the repository at this point in the history
ci: find optimal number of runs for fuzz/invariant tests
  • Loading branch information
rndquu authored Oct 1, 2024
2 parents 700127f + ce7a699 commit 6c25a2d
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 6c25a2d

Please sign in to comment.