ci(bench): skip wait-time for gas ramp payloads in replay-payloads (#22835)

Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
Derek Cofausper
2026-03-06 04:42:38 -08:00
committed by GitHub
parent 0b69f6ad7b
commit 6ca9856ce9

View File

@@ -292,10 +292,6 @@ impl Command {
info!(target: "reth-bench", gas_ramp_payload = i + 1, "Gas ramp payload executed successfully");
if let Some(w) = &mut waiter {
w.on_block(payload.block_number).await?;
}
parent_hash = payload.file.block_hash;
}