Skip to content

Commit 7cc7dcc

Browse files
committed
f: fuzz iter
1 parent 12d443a commit 7cc7dcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fuzz/ci-fuzz.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ for TARGET in src/bin/*.rs; do
3838
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -F 64 -N1000"
3939
elif [ "$FILE" = "process_network_graph_target" -o "$FILE" = "full_stack_target" -o "$FILE" = "router_target" -o "$FILE" = "lsps_message_target" ]; then
4040
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N10000"
41-
elif [ "$FILE" = "indexedmap_target" ]; then
41+
elif [ "$FILE" = "indexedmap_target" -o "$FILE" = "fs_store_target" ]; then
4242
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N100000"
4343
else
4444
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N1000000"

0 commit comments

Comments
 (0)