FuzzTest Flags Reference

You can run the FuzzTest binary in different modes/configurations by providing the following flags.

PurposeFlagValue
Run a fuzz test in--fuzz=MySuite.MyTestFuzz test name
: fuzzing mode : : :
: indefinitely : : :
Run all fuzz tests--fuzz_for=TDuration
: in fuzzing mode for : : :
: T duration : : :
Limit memory usage--rss_limit_mb=123Mb
Limit time--time_limit_per_input=90sDuration
Limit stack-trace--stack_limit_kb=123Kb