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 | 98.79 | 91.27 | 75.00 |
| FuzzerMean | 98.79 | 91.27 | 75.00 |
| sqlite3_ossfuzz | 98.79 | 91.27 | 75.00 |
| count | mean | std | min | 25% | median | 75% | max | ||
|---|---|---|---|---|---|---|---|---|---|
| fuzzer | time | ||||||||
| app_stable | 86400 | 8.0 | 35755.375 | 251.975020 | 35347.0 | 35628.00 | 35738.5 | 35850.00 | 36175.0 |
| app_wrs_rf_new | 86400 | 8.0 | 32811.125 | 519.347238 | 31991.0 | 32403.25 | 33018.0 | 33078.25 | 33548.0 |
| app_wrs_rf_old | 86400 | 8.0 | 27152.000 | 1033.193109 | 25926.0 | 26248.25 | 27132.5 | 27748.25 | 28699.0 |
# Check out the right commit.
git checkout da8e7b127d295d436fdb53eda46710f70b361c8f
# Download the internal config file.
curl https://storage.googleapis.com/pinky01/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>