mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-19 13:03:44 +00:00
nice -n -20 to commit test script
This commit is contained in:
@ -28,7 +28,7 @@ test -x ./afl-fuzz || { echo "BUILD FAIL $C" > $C.out ; make clean ; exit 1 ; }
|
||||
|
||||
START=`date +%s`
|
||||
echo $START > $C.out
|
||||
time ./afl-fuzz -i "$INDIR" -s 123 -o out-profile -- $CMDLINE 2>> $C.out
|
||||
time nice -n -20 ./afl-fuzz -i "$INDIR" -s 123 -o out-profile -- $CMDLINE 2>> $C.out
|
||||
STOP=`date +%s`
|
||||
echo $STOP >> $C.out
|
||||
echo RUNTIME: `expr $STOP - $START` >> $C.out
|
||||
|
Reference in New Issue
Block a user