From f03ee81431035cb38b64a22d56be3f824adde4e7 Mon Sep 17 00:00:00 2001 From: Andy Grove Date: Wed, 1 Oct 2025 11:22:43 -0600 Subject: [PATCH] fix regression in tpcbench.py --- dev/benchmarks/tpcbench.py | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/benchmarks/tpcbench.py b/dev/benchmarks/tpcbench.py index 1b0d2e3628..031c19d8ca 100644 --- a/dev/benchmarks/tpcbench.py +++ b/dev/benchmarks/tpcbench.py @@ -59,6 +59,7 @@ def main(benchmark: str, data_path: str, query_path: str, iterations: int, outpu for iteration in range(0, iterations): print(f"Starting iteration {iteration} of {iterations}") + iter_start_time = time.time() # Determine which queries to run if query_num is not None: