FuzzBench: pinky13 report

(experiment incomplete/still running...)
warning
Please consider this as a preliminary report to demonstrate the capabilities of FuzzBench. While we have tried our best, we have not confirmed that we configured everything correctly. We are hoping to work together with the community to validate results and improve the set of fuzzers, benchmarks, and their configurations in the future. See FAQ for more details.

experiment summary

No aggregate ranking as the data contains a single benchmark.
  • Median relative code-coverages on each benchmark

    Note: The relative coverage summary table shows the median relative performance of each fuzzer to the experiment maximum. Thus the highest relative performance may not be 100%.
    trial_relative_coverage = trial_coverage / experiment_max_coverage

    app_stable app_wrs_rf_new app_wrs_rf_old
    FuzzerMedian 99.02 98.90 89.51
    FuzzerMean 99.02 98.90 89.51
    libjpeg-turbo-07-2017 99.02 98.90 89.51
    • Fuzzers are sorted by "FuzzerMean" (average median relative coverage), highest on the left.
    • Green background = highest relative median coverage.
    • Blue gradient background = greater than 95% relative median coverage.

libjpeg-turbo-07-2017 summary

Ranking by median reached code coverage
Reached code coverage distribution
Mean code coverage growth over time
* The error bands show the 95% confidence interval around the mean code coverage.
  • Sample statistics and statistical significance (code coverage)
    Code coverage sample statistics
    count mean std min 25% median 75% max
    fuzzer time
    app_stable 86400 8.0 3783.500 21.745279 3761.0 3766.75 3780.5 3790.75 3818.0
    app_wrs_rf_new 86400 8.0 3775.625 15.900921 3758.0 3762.00 3776.0 3781.50 3803.0
    app_wrs_rf_old 86400 8.0 3455.125 156.607277 3318.0 3331.00 3417.5 3499.00 3746.0

    Vargha-Delaney A12 measure
    The table summarizes the A12 values from the pairwise Vargha-Delaney A measure of effect size. Green cells indicate the probability the fuzzer in the row will outperform the fuzzer in the column.
    Mann-Whitney U test
    The table summarizes the p values of pairwise Mann-Whitney U tests. Green cells indicate that the reached coverage distribution of a given fuzzer pair is significantly different.

experiment data

You can download the raw data for this report here.

Check out the documentation on how to create customized reports using this data. Also see some example Colab notebooks for doing custom analysis on the data here.

The experiment was conducted using this FuzzBench commit: da8e7b127d295d436fdb53eda46710f70b361c8f

To reproduce this experiment run the following commands in your FuzzBench repo:
# Check out the right commit.
git checkout da8e7b127d295d436fdb53eda46710f70b361c8f
# Download the internal config file.
curl https://storage.googleapis.com/pinky13/config/experiment.yaml > /tmp/experiment-config.yaml
make install-dependencies
# Launch the experiment using paramters from the internal config file.
PYTHONPATH=. python experiment/reproduce_experiment.py -c /tmp/experiment-config.yaml -e <new_experiment_name>


Experiment Description:

(None,)