Skip to content

Commit aa38596

Browse files
andygroveSteve Vaughan Jr
authored andcommitted
fix regression in tpcbench.py (apache#2512)
1 parent 4366eca commit aa38596

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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)