From ad9884169e11c8fc7a67da518600d8d555b4198b Mon Sep 17 00:00:00 2001 From: Chris Hennick Date: Mon, 4 Mar 2024 14:56:02 -0800 Subject: [PATCH] Revert "Add a 2KiB step between 1K and 4K" This reverts commit 9efd5cbd22328b712c94cc888f52456b22a03d55. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 08b8ee6a..220485a2 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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