Skip to content

Commit 515b6d6

Browse files
committed
f: fuzz iter
1 parent 12d443a commit 515b6d6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fuzz/ci-fuzz.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ for TARGET in src/bin/*.rs; do
4040
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N10000"
4141
elif [ "$FILE" = "indexedmap_target" ]; then
4242
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N100000"
43+
elif [ "$FILE" = "fs_store_target" ]; then
44+
# Limit fs_store iterations because it uses an actual disk.
45+
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N1000"
4346
else
4447
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N1000000"
4548
fi

0 commit comments

Comments
 (0)