We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f28d2 commit 7959ca2Copy full SHA for 7959ca2
bench/bench-all.sh
@@ -20,7 +20,7 @@ function query_with_timing() {
20
}
21
22
function bench() {
23
- for i in {1..$REPEATS}; do
+ for i in `seq $REPEATS`; do
24
query_with_timing "$1" | tail -1
25
done | awk '{ print $2 }' | average;
26
0 commit comments