mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-26 04:24:21 +01:00
SQLite performs poorly for connections as the number of tables increase. Do we perform better? the same? worse? Right now the answer is worse. Add a benchmark to help us compare.
267 B
267 B
Connection benchmarks
Run the following in rusqlite and limbo directories:
./gen-databases
./run-benchmark.sh
This benchmark tests the time it takes to open a connection to databases with varying numbers of tables (1,000, 10,000, and 100,000 tables).