We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12d443a commit 7cc7dccCopy full SHA for 7cc7dcc
fuzz/ci-fuzz.sh
@@ -38,7 +38,7 @@ for TARGET in src/bin/*.rs; do
38
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -F 64 -N1000"
39
elif [ "$FILE" = "process_network_graph_target" -o "$FILE" = "full_stack_target" -o "$FILE" = "router_target" -o "$FILE" = "lsps_message_target" ]; then
40
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N10000"
41
- elif [ "$FILE" = "indexedmap_target" ]; then
+ elif [ "$FILE" = "indexedmap_target" -o "$FILE" = "fs_store_target" ]; then
42
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N100000"
43
else
44
HFUZZ_RUN_ARGS="$HFUZZ_RUN_ARGS -N1000000"
0 commit comments