Revert "Add a 2KiB step between 1K and 4K"
This reverts commit 9efd5cbd22
.
This commit is contained in:
parent
9efd5cbd22
commit
ad9884169e
1 changed files with 0 additions and 1 deletions
1
.github/workflows/ci.yaml
vendored
1
.github/workflows/ci.yaml
vendored
|
@ -99,7 +99,6 @@ jobs:
|
|||
timeout-minutes: 330
|
||||
run: |
|
||||
cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=100000000 -max_len=1024 -dict=fuzz/fuzz.dict
|
||||
cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=50000000 -max_len=2048 -dict=fuzz/fuzz.dict
|
||||
cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=50000000 -max_len=4096 -dict=fuzz/fuzz.dict
|
||||
cargo fuzz run fuzz_read -- -timeout=10s -fork=2 -runs=20000000 -max_len=5000 -dict=fuzz/fuzz.dict
|
||||
- name: Upload any failure inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue