We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d951d commit 828642aCopy full SHA for 828642a
1 file changed
dev/benchmarks/tpcbench.py
@@ -59,6 +59,7 @@ def main(benchmark: str, data_path: str, query_path: str, iterations: int, outpu
59
60
for iteration in range(0, iterations):
61
print(f"Starting iteration {iteration} of {iterations}")
62
+ iter_start_time = time.time()
63
64
# Determine which queries to run
65
if query_num is not None:
0 commit comments