Skip to content

Commit 828642a

Browse files
authored
fix regression in tpcbench.py (#2512)
1 parent 83d951d commit 828642a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/benchmarks/tpcbench.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def main(benchmark: str, data_path: str, query_path: str, iterations: int, outpu
5959

6060
for iteration in range(0, iterations):
6161
print(f"Starting iteration {iteration} of {iterations}")
62+
iter_start_time = time.time()
6263

6364
# Determine which queries to run
6465
if query_num is not None:

0 commit comments

Comments
 (0)