Add -workers option to use all cores.

This commit is contained in:
Kevin Backhouse
2021-07-13 13:13:45 +01:00
parent 7eef360295
commit e157fd63cb
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -27,4 +27,4 @@ jobs:
run: |
cd build
mkdir corpus
./bin/fuzz-read-print-write corpus ../test/data/ -jobs=$(nproc) -max_total_time=60 -max_len=4096
./bin/fuzz-read-print-write corpus ../test/data/ -jobs=$(nproc) -workers=$(nproc) -max_total_time=120 -max_len=4096