mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
perf/latency: Fix limbo run-benchmark.sh on macOS
This commit is contained in:
parent
c028e93845
commit
eba81faa66
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
for i in {10..100..10}
|
||||
for i in $(seq 10 10 100)
|
||||
do
|
||||
./target/release/limbo-multitenancy $i >> results.csv
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue