Closed jiradeto closed 11 months ago
Also could you write short documentation explaining how to use the feature, I want to play with it.
Also could you write short documentation explaining how to use the feature, I want to play with it.
hi @jonathanmetzman, as this feature depends on oss-fuzz-corpus, so we need to specify --oss-fuzz-corpus
flag when starting experiment and also set new parameter:
micro_experiment: true
in experiment-config.yml file.
Can you fix the test failure please?
Fixed all failed tests @jonathanmetzman can you please help to re-review?
This PR ports implementation of https://github.com/Rigorous-Software-Engineering/greenbench into fuzzbench. Essentially, we introduce new experiment option to allow users to opt in micro benchmark fuzzing that described in the GreenBench paper.