feat(reth-bench-compare): add persistence-based flow optimization for reth-bench (#20869)

Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
This commit is contained in:
YK
2026-01-09 22:58:21 +08:00
committed by GitHub
parent 3ddf0bd729
commit 07beb76cf7
9 changed files with 445 additions and 33 deletions

5
Cargo.lock generated
View File

@@ -7688,6 +7688,7 @@ version = "1.9.3"
dependencies = [
"alloy-eips",
"alloy-json-rpc",
"alloy-network",
"alloy-primitives",
"alloy-provider",
"alloy-pubsub",
@@ -7709,6 +7710,7 @@ dependencies = [
"reqwest",
"reth-cli-runner",
"reth-cli-util",
"reth-engine-primitives",
"reth-fs-util",
"reth-node-api",
"reth-node-core",
@@ -7720,6 +7722,7 @@ dependencies = [
"tokio",
"tower",
"tracing",
"url",
]
[[package]]
@@ -7728,7 +7731,9 @@ version = "1.9.3"
dependencies = [
"alloy-primitives",
"alloy-provider",
"alloy-rpc-client",
"alloy-rpc-types-eth",
"alloy-transport-ws",
"chrono",
"clap",
"csv",