Files
turso/perf/connection
Glauber Costa 5a66ed8433 measure only the time it takes to open the actual connection
The current code includes creating the database object, which is slow.

Unfortunately the same cannot be done on the standard SQLite.
2025-07-23 08:41:36 -05:00
..

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).