From f91a8695fd80a40a23ce908d0a33a5832aa01764 Mon Sep 17 00:00:00 2001 From: Adrian Garcia Badaracco <1755071+adriangb@users.noreply.github.com> Date: Fri, 31 Jul 2026 01:22:01 -0500 Subject: [PATCH] No-op change to measure benchmark reproducibility Comment-only, so both sides of the comparison compile identically. --- benchmarks/src/tpch/run.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/benchmarks/src/tpch/run.rs b/benchmarks/src/tpch/run.rs index 6f406cc54710..a9d127f3a6f2 100644 --- a/benchmarks/src/tpch/run.rs +++ b/benchmarks/src/tpch/run.rs @@ -623,3 +623,7 @@ mod tests { test_round_trip_physical!(round_trip_physical_plan_q21, 21); test_round_trip_physical!(round_trip_physical_plan_q22, 22); } + +// No-op marker: this branch exists only to give the benchmark runner two +// sides that compile to identical code, so the reported difference between +// them is measurement noise and nothing else.