fuzzbench
fuzzbench copied to clipboard
Introduce experiment categories
For example:
- "dictionary" category would compare only fuzzers with dictionary support on benchmarks with dictionaries
- "structure aware fuzzing" category would compare only fuzzers with grammar/model support on on benchmarks that have input format model/grammar
- "binary fuzzing" category would compare only fuzzers that instrument binaries (not source).
- etc.
Suggested by @mboehme: https://github.com/google/fuzzbench/issues/717#issuecomment-690797133