Increase read fuzzing 10x since write fuzzing is the bottleneck
This commit is contained in:
parent
5cd0b75209
commit
609865ba75
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
cargo fuzz build fuzz_read
|
cargo fuzz build fuzz_read
|
||||||
- name: run fuzz
|
- name: run fuzz
|
||||||
run: |
|
run: |
|
||||||
cargo fuzz run fuzz_read -- -timeout=1s -jobs=10 -workers=2 -runs=1000000 -max_len=5000000000
|
cargo fuzz run fuzz_read -- -timeout=1s -jobs=100 -workers=2 -runs=1000000 -max_len=5000000000
|
||||||
- name: Upload any failure inputs
|
- name: Upload any failure inputs
|
||||||
if: always()
|
if: always()
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
|
|
Loading…
Add table
Reference in a new issue