mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-28 20:34:24 +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.
11 lines
205 B
TOML
11 lines
205 B
TOML
[package]
|
|
name = "rusqlite-connection-benchmark"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
clap = { version = "4.5", features = ["derive"] }
|
|
hdrhistogram = "7.5.2"
|
|
rusqlite = "0.34.0"
|
|
|
|
[workspace] |