From f2aab7fc36a1998c56de9f31a73f6bd10ae6fe26 Mon Sep 17 00:00:00 2001 From: Peter Larsen Date: Mon, 20 Jul 2026 21:30:12 -0400 Subject: [PATCH] no-op: baseline branch to reproduce pre-existing MySqlInitialLoad memory_mz drift vs release (plain main, no PR changes) --- test/feature-benchmark/mzcompose.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/feature-benchmark/mzcompose.py b/test/feature-benchmark/mzcompose.py index 88fd9d8767477..431a42d0a267b 100644 --- a/test/feature-benchmark/mzcompose.py +++ b/test/feature-benchmark/mzcompose.py @@ -935,3 +935,5 @@ def _create_feature_benchmark_result_entry( MeasurementType.MEMORY_CLUSTERD, empty_measurement ), ) + +# no-op marker: branch exists only to run the nightly feature-benchmark on plain main.