Run all after first argument in benchmark script, not just second argument
Tests / Run-Tests (push) Successful in 4s Details

multiline-output
drunkendog 2023-09-16 21:14:07 +01:00
parent 1011af3068
commit 508781dcac
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,6 @@ do
done done
done done
TIMEFORMAT=%0R time $2 > /dev/null TIMEFORMAT=%0R time ${@:1} > /dev/null
cd ../ && rm -rf temp/ cd ../ && rm -rf temp/