Skip to content

Commit

Permalink
Add documentation on no seeds and no dict flags. (AFLplusplus#775)
Browse files Browse the repository at this point in the history
  • Loading branch information
inferno-chromium committed Sep 25, 2020
1 parent 409509b commit 4fbf713
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/running-a-cloud-experiment/running_an_experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ PYTHONPATH=. python3 experiment/run_experiment.py \

where `$EXPERIMENT_NAME` is the name you want to give the experiment.

You can optionally add:
* `--no-seeds` - to skip using seed corpus across all benchmarks.
* `--no-dictionaries` - to skip using dictionaries across all benchmarks.

## Viewing reports

You should eventually be able to see reports from your experiment, that are
Expand Down
4 changes: 4 additions & 0 deletions docs/running-a-local-experiment/running_a_local_experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ PYTHONPATH=. python3 experiment/run_experiment.py \

where `$EXPERIMENT_NAME` is the name you want to give the experiment.

You can optionally add:
* `--no-seeds` - to skip using seed corpus across all benchmarks.
* `--no-dictionaries` - to skip using dictionaries across all benchmarks.

## Viewing reports

You should eventually be able to see reports from your experiment, that are
Expand Down

0 comments on commit 4fbf713

Please sign in to comment.