limbo/perf/connection
2025-12-08 13:00:37 +02:00
..
limbo chore: remove experimental_indexes feature flags 2025-12-08 13:00:37 +02:00
rusqlite chore: use rusqlite 0.37 with bundled sqlite everywhere 2025-08-11 15:13:57 +03:00
gen-database.py uv run ruff format && uv run ruff check --fix 2025-07-09 10:06:29 +03:00
gen-databases add a benchmark for connection time versus number of tables 2025-07-01 20:10:21 -05:00
plot.py uv run ruff format && uv run ruff check --fix 2025-07-09 10:06:29 +03:00
README.md add a benchmark for connection time versus number of tables 2025-07-01 20:10:21 -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).