Skip to content

Commit 42c4d1b

Browse files
authored
bench: add flashblock candidate execution bench gate (#564)
1 parent 0f92838 commit 42c4d1b

4 files changed

Lines changed: 953 additions & 0 deletions

File tree

crates/op-rbuilder/Cargo.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ http-body-util.workspace = true
168168
[features]
169169
default = ["jemalloc"]
170170

171+
bench-internals = []
172+
171173
jemalloc = [
172174
"dep:tikv-jemallocator",
173175
"reth-cli-util/jemalloc",
@@ -193,6 +195,11 @@ loki = ["tracing-loki", "telemetry"]
193195
name = "bench_flashblocks_state_root"
194196
harness = false
195197

198+
[[bench]]
199+
name = "bench_build_candidate"
200+
harness = false
201+
required-features = ["bench-internals"]
202+
196203
[[bin]]
197204
name = "op-rbuilder"
198205
path = "src/bin/op-rbuilder/main.rs"

0 commit comments

Comments
 (0)