Skip to content

Commit

Permalink
Add details about ziggy flags to README
Browse files Browse the repository at this point in the history
  • Loading branch information
louismerlin committed Nov 27, 2023
1 parent 80808d3 commit 77b8464
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions polkadot/xcm/xcm-simulator/fuzzer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ In this directory, run this command:
cargo ziggy fuzz
```

You can use the following options to improve fuzzing:
- `-j number_of_jobs` for fuzzing using multiple threads
- `-G 1024` to limit the size of inputs to 1024 bytes
- this will improve fuzzing effectiveness, and you can drop the limit once you have good coverage

## Run a single input

In this directory, run this command:
Expand Down

0 comments on commit 77b8464

Please sign in to comment.