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.31 | 89.77 | 85.29 |
| FuzzerMean | 97.31 | 89.77 | 85.29 |
| bloaty_fuzz_target | 97.31 | 89.77 | 85.29 |
| count | mean | std | min | 25% | median | 75% | max | ||
|---|---|---|---|---|---|---|---|---|---|
| fuzzer | time | ||||||||
| app_wrs_rf_new | 86400 | 8.0 | 8895.625 | 199.996384 | 8617.0 | 8753.75 | 8900.0 | 9052.25 | 9146.0 |
| app_stable | 86400 | 8.0 | 8411.375 | 335.908124 | 8130.0 | 8154.50 | 8210.0 | 8782.75 | 8864.0 |
| app_wrs_rf_old | 86400 | 8.0 | 7876.000 | 273.381993 | 7622.0 | 7669.00 | 7801.0 | 8003.00 | 8284.0 |
# 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>