File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,13 @@ for TARGET in src/bin/*.rs; do
3434 FILE=" ${FILENAME% .* } "
3535 HFUZZ_RUN_ARGS=" --exit_upon_crash -v -n2"
3636 if [ " $FILE " = " chanmon_consistency_target" ]; then
37- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -F 64 -N5000 "
37+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -F 64 -N1000 "
3838 elif [ " $FILE " = " process_network_graph_target" -o " $FILE " = " full_stack_target" -o " $FILE " = " router_target" ]; then
39- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N50000 "
39+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N10000 "
4040 elif [ " $FILE " = " indexedmap_target" ]; then
41- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N500000 "
41+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N100000 "
4242 else
43- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N2500000 "
43+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N1000000 "
4444 fi
4545 export HFUZZ_RUN_ARGS
4646 cargo --color always hfuzz run $FILE
You can’t perform that action at this time.
0 commit comments