Files
turso/perf/latency/rusqlite/gen-databases
2024-07-13 11:12:54 +03:00

7 lines
88 B
Bash
Executable File

#!/bin/bash
for i in {0..99}
do
./gen-database.py "database$i.db" --count 10000
done