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 |
| 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 |
# 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>