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_frozen | app_wrs_rp | app_wrs_rf_rp | app_rf_u_wrs | |
|---|---|---|---|---|
| FuzzerMedian | 97.96 | 91.23 | 89.95 | 86.08 |
| FuzzerMean | 97.96 | 91.23 | 89.95 | 86.08 |
| libxml2-v2.9.2 | 97.96 | 91.23 | 89.95 | 86.08 |
| count | mean | std | min | 25% | median | 75% | max | ||
|---|---|---|---|---|---|---|---|---|---|
| fuzzer | time | ||||||||
| app_frozen | 86400 | 5.0 | 12827.2 | 486.488129 | 12052.0 | 12683.0 | 13031.0 | 13068.0 | 13302.0 |
| app_wrs_rp | 86400 | 5.0 | 12016.4 | 261.696962 | 11600.0 | 11926.0 | 12135.0 | 12172.0 | 12249.0 |
| app_wrs_rf_rp | 86400 | 5.0 | 11872.8 | 332.020632 | 11488.0 | 11559.0 | 11965.0 | 12144.0 | 12208.0 |
| app_rf_u_wrs | 86400 | 5.0 | 11488.2 | 177.339223 | 11315.0 | 11409.0 | 11451.0 | 11481.0 | 11785.0 |
# Check out the right commit.
git checkout d620aa9b152ac11314eab2aa64910679398dfbea
# Download the internal config file.
curl https://storage.googleapis.com/brain13/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>