From 0c66315f20d53f5a2ef4630e9ba9fde64e2ac41b Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Mon, 19 Jan 2026 03:45:56 -0800 Subject: [PATCH] chore(bench): add --disable-tx-gossip to benchmark node args (#21171) --- bin/reth-bench-compare/src/node.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/reth-bench-compare/src/node.rs b/bin/reth-bench-compare/src/node.rs index 66f86df977..8888d5d8c0 100644 --- a/bin/reth-bench-compare/src/node.rs +++ b/bin/reth-bench-compare/src/node.rs @@ -163,6 +163,7 @@ impl NodeManager { "eth,reth".to_string(), "--disable-discovery".to_string(), "--trusted-only".to_string(), + "--disable-tx-gossip".to_string(), ]); // Add tracing arguments if OTLP endpoint is configured