mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-19 15:05:47 +01:00
perf/latency: Fix limbo run-benchmark.sh on macOS
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user