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 | 97.98 | 96.09 | 87.20 |
| FuzzerMean | 97.98 | 96.09 | 87.20 |
| freetype2-2017 | 97.98 | 96.09 | 87.20 |
| count | mean | std | min | 25% | median | 75% | max | ||
|---|---|---|---|---|---|---|---|---|---|
| fuzzer | time | ||||||||
| app_wrs_rf_new | 86400 | 8.0 | 24405.125 | 304.431760 | 24066.0 | 24159.75 | 24298.5 | 24715.5 | 24799.0 |
| app_stable | 86400 | 8.0 | 23940.625 | 578.188535 | 23048.0 | 23605.25 | 23829.0 | 24435.0 | 24732.0 |
| app_wrs_rf_old | 86400 | 8.0 | 21762.500 | 493.803026 | 21277.0 | 21398.25 | 21624.5 | 21959.0 | 22537.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>