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_wrs_rf_new | app_stable | app_wrs_rf_old | |
|---|---|---|---|
| FuzzerMedian | 95.98 | 93.08 | 85.34 |
| FuzzerMean | 95.98 | 93.08 | 85.34 |
| libxml2-v2.9.2 | 95.98 | 93.08 | 85.34 |
| count | mean | std | min | 25% | median | 75% | max | ||
|---|---|---|---|---|---|---|---|---|---|
| fuzzer | time | ||||||||
| app_wrs_rf_new | 86400 | 8.0 | 12840.625 | 481.004882 | 12160.0 | 12511.75 | 12881.0 | 13212.50 | 13420.0 |
| app_stable | 86400 | 8.0 | 12370.250 | 338.040044 | 11921.0 | 12024.00 | 12491.0 | 12570.50 | 12823.0 |
| app_wrs_rf_old | 86400 | 8.0 | 11443.125 | 223.991350 | 11165.0 | 11278.25 | 11453.0 | 11548.75 | 11860.0 |
# Check out the right commit.
git checkout da8e7b127d295d436fdb53eda46710f70b361c8f
# Download the internal config file.
curl https://storage.googleapis.com/pinky14/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>