Commit 46ed908
committed
fuzz: improve iteration strategy, logging, and corpus minimization
Replace the fixed 30s run_time with iteration counts scaled to 8x
corpus size (plus a 1000 baseline) with a 10-minute hard cap. This
ensures small targets finish quickly while large ones get adequate
fuzzing time.
Additional changes:
- Use -q (quiet) to suppress per-iteration status output
- Log corpus size before/after fuzzing with delta
- Increase per-input timeout to 3s for chanmon_consistency_target
- On main, run corpus minimization after each target and report
the minimized corpus size
AI tools were used in preparing this commit.1 parent 99a7716 commit 46ed908
1 file changed
Lines changed: 19 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
38 | 43 | | |
39 | 44 | | |
40 | 45 | | |
41 | 46 | | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
48 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
49 | 66 | | |
0 commit comments