fuzzitdev / pythonfuzz

coverage guided fuzz testing for python
https://gitlab.com/gitlab-org/security-products/analyzers/fuzzers/pythonfuzz
Other
223 stars 32 forks source link

Provide a way to run several fuzzers instance in parallel #16

Open jvoisin opened 4 years ago

jvoisin commented 4 years ago

It would be nice to have an option like libfuzzer's -jobs one, to be able to run several instances of the same fuzzer in parallel without having a use tmux :)