Commit e88eb4c
committed
fuzz: scale iteration count with corpus size
Instead of a fixed 30s run_time, set iterations to 3x corpus size
plus a baseline of 1000. This ensures the full corpus is always
replayed with room for new mutations, while small targets finish
quickly. A 5 minute hard cap prevents any single target from
running too long.
AI tools were used in preparing this commit.1 parent 1026866 commit e88eb4c
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments