mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-05 17:24:21 +01:00
7 lines
106 B
Bash
Executable File
7 lines
106 B
Bash
Executable File
#!/bin/bash
|
|
|
|
for i in $(seq 10 10 100)
|
|
do
|
|
./target/release/rusqlite-multitenancy $i >> results.csv
|
|
done
|