Run all after first argument in benchmark script, not just second argument
Tests / Run-Tests (push) Successful in 4s
Details
Tests / Run-Tests (push) Successful in 4s
Details
parent
1011af3068
commit
508781dcac
|
@ -18,6 +18,6 @@ do
|
|||
done
|
||||
done
|
||||
|
||||
TIMEFORMAT=%0R time $2 > /dev/null
|
||||
TIMEFORMAT=%0R time ${@:1} > /dev/null
|
||||
|
||||
cd ../ && rm -rf temp/
|
||||
|
|
Loading…
Reference in New Issue