Skip to content

Commit a6c7359

Browse files
committed
update
1 parent 7a935a4 commit a6c7359

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

benchmarks/run_all.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ def run_scripts():
5959

6060
partial_csv = f"{script_name}.csv"
6161
if os.path.exists(partial_csv):
62+
print(f"Found {partial_csv}. Removing for safer numbers and duplication.")
6263
os.remove(partial_csv)
6364

6465
command = ["python", file]

0 commit comments

Comments
 (0)