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
34
34
FILE=" ${FILENAME% .* } "
35
35
HFUZZ_RUN_ARGS=" --exit_upon_crash -v -n2"
36
36
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 "
38
38
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 "
40
40
elif [ " $FILE " = " indexedmap_target" ]; then
41
- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N500000 "
41
+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N100000 "
42
42
else
43
- HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N2500000 "
43
+ HFUZZ_RUN_ARGS=" $HFUZZ_RUN_ARGS -N1000000 "
44
44
fi
45
45
export HFUZZ_RUN_ARGS
46
46
cargo --color always hfuzz run $FILE
You can’t perform that action at this time.
0 commit comments