google / fuzzbench

FuzzBench - Fuzzer benchmarking as a service.

Home Page:https://google.github.io/fuzzbench/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ClusterFuzz grouping for bug based benchmarking

oliverchang opened this issue · comments

Support ClusterFuzz grouping for bug based benchmarking

This is high-priority work, dongge could you please take a look?

Yep, I am working on this.
For record purposes, this requires:

  1. Expose ClusterFuzz's crash comparer.
  2. Bump up the required version of CF dependency (to 2.6.0).
  3. WIP replace FuzzBench's duplication algorithm with CF's crash comparer.

I am doing 2&3 in one PR.

@Alan32Liu have you tested your implementation in an experiment?

@Alan32Liu have you tested your implementation in an experiment?

Yes: #1699 (comment)

I also started another 23-hour experiment yesterday and is waiting for its result.

I think this is completed : )