Skip to content

Commit

Permalink
Add large experiment for all UM fuzzers (#1516)
Browse files Browse the repository at this point in the history
Adding new experiment for all UM fuzzers

Co-authored-by: jonathanmetzman <[email protected]>
  • Loading branch information
kjain14 and jonathanmetzman authored Oct 6, 2022
1 parent cd4cbd7 commit 36029fa
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions service/experiment-requests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,29 @@
# Please add new experiment requests towards the top of this file.
#

- experiment: 2022-10-06-um-full
description: "UM fuzzer experiment"
fuzzers:
- aflplusplus
- aflplusplus_um_parallel
- aflplusplus
- libfuzzer_um_prioritize
- libfuzzer_um_random
- libfuzzer_um_parallel
- libfuzzer
- afl_um_prioritize
- afl_um_random
- afl_um_parallel
- afl
- eclipser_um_prioritize
- eclipser_um_random
- eclipser_um_parallel
- eclipser
- honggfuzz_um_prioritize
- honggfuzz_um_random
- honggfuzz_um_parallel
- honggfuzz

- experiment: 2022-10-05-um-3
description: "UM fuzzer experiment"
fuzzers:
Expand Down

0 comments on commit 36029fa

Please sign in to comment.