zig/lib/compiler
Loris Cro 0feacc2b81 fuzzing: implement limited fuzzing
Adds the limit option to `--fuzz=[limit]`. the limit expresses a number
of iterations that *each fuzz test* will perform at maximum before
exiting. The limit argument supports also 'K', 'M', and 'G' suffixeds
(e.g. '10K').

Does not imply `--web-ui` (like unlimited fuzzing does) and prints a
fuzzing report at the end.

Closes #22900 but does not implement the time based limit, as after
internal discussions we concluded to be problematic to both implement
and use correctly.
2025-09-24 12:46:48 +02:00
..
2025-08-31 12:49:18 -07:00
2025-08-31 12:49:18 -07:00
2025-08-29 17:14:26 -07:00
2025-07-21 12:32:37 -07:00
2025-09-18 22:39:33 -07:00