Add timings to the runner script.

This commit is contained in:
Bert Peters
2015-12-19 17:12:07 +01:00
parent bfd6b9c78e
commit 1285e957e3

View File

@@ -9,7 +9,7 @@ rundir()
for i in $1/*.py; do for i in $1/*.py; do
echo "$i" "$input" echo "$i" "$input"
python "$i" "$input" time python "$i" "$input"
echo echo
done done
} }