benchmarking

This commit is contained in:
Maxime Van Hees
2025-10-30 11:17:26 +01:00
parent 592b6c1ea9
commit 9136e5f3c0
16 changed files with 3611 additions and 0 deletions

View File

@@ -36,6 +36,29 @@ lancedb = "0.22.1"
uuid = "1.18.1"
ureq = { version = "2.10.0", features = ["json", "tls"] }
reth-ipc = { git = "https://github.com/paradigmxyz/reth", package = "reth-ipc", rev = "d8451e54e7267f9f1634118d6d279b2216f7e2bb" }
criterion = { version = "0.7.0", features = ["async", "async_tokio", "csv_output"] }
[dev-dependencies]
redis = { version = "0.24", features = ["aio", "tokio-comp"] }
tempfile = "3.8"
csv = "1.3"
[[bench]]
name = "single_ops"
harness = false
[[bench]]
name = "bulk_ops"
harness = false
[[bench]]
name = "scan_ops"
harness = false
[[bench]]
name = "concurrent_ops"
harness = false
[[bench]]
name = "memory_profile"
harness = false