micro benchmarks work

This commit is contained in:
Alex Garcia 2024-06-11 23:57:46 -07:00
parent 66bc7e8947
commit 44b365a23f
5 changed files with 754 additions and 30 deletions

View file

@ -5,3 +5,15 @@ edition = "2021"
[dependencies]
rusqlite = {version="0.31.0", features=["bundled"]}
[dev-dependencies]
criterion = "0.3"
rand = "0.8.5"
zerocopy = "0.7.34"
[build-dependencies]
cc = "1.0.99"
[[bench]]
name = "my_benchmark"
harness = false