mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-07 02:04:21 +01:00
7 lines
100 B
Bash
Executable File
7 lines
100 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for i in {10..100..10}
|
|
do
|
|
./target/release/limbo-multitenancy $i >> results.csv
|
|
done
|