Skip to content

Commit

Permalink
Update doc in running_a_local_experiment.md (#2003)
Browse files Browse the repository at this point in the history
there is no more freetype2-2017 only freetype2_ftfuzzer
  • Loading branch information
tokatoka authored Aug 6, 2024
1 parent 8bb3c88 commit d8a7723
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-a-local-experiment/running_a_local_experiment.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local_experiment: true
Pick the benchmarks you want to use from the `benchmarks/` directory.

For example: `freetype2-2017` and `bloaty_fuzz_target`.
For example: `freetype2_ftfuzzer` and `bloaty_fuzz_target`.

## Fuzzers

Expand All @@ -80,7 +80,7 @@ Now that everything is ready, execute `run_experiment.py`:
```bash
PYTHONPATH=. python3 experiment/run_experiment.py \
--experiment-config experiment-config.yaml \
--benchmarks freetype2-2017 bloaty_fuzz_target \
--benchmarks freetype2_ftfuzzer bloaty_fuzz_target \
--experiment-name $EXPERIMENT_NAME \
--fuzzers afl libfuzzer
```
Expand Down

0 comments on commit d8a7723

Please sign in to comment.