Skip to content

Commit e54040a

Browse files
committed
README: document concurrent fuzzing command line
1 parent 8f45c2a commit e54040a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/fuzzers/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Build and run Locally
2121
```
2222
python ../oss-fuzz/infra/helper.py build_fuzzers --external . --sanitizer address
2323
python ../oss-fuzz/infra/helper.py run_fuzzer --external . css_parse_fuzzer -- -verbosity=3 -print_final_stats=1
24-
python ../oss-fuzz/infra/helper.py run_fuzzer --external . --sanitizer address css_parse_fuzzer -- -verbosity=3 -print_final_stats=1 -max_total_time=6000
24+
python ../oss-fuzz/infra/helper.py run_fuzzer --external . --sanitizer address css_parse_fuzzer -- -verbosity=3 -print_final_stats=1 -max_total_time=6000 -jobs=16 -workers=16
2525
```
2626

2727

0 commit comments

Comments
 (0)