We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a935a4 commit a6c7359Copy full SHA for a6c7359
benchmarks/run_all.py
@@ -59,6 +59,7 @@ def run_scripts():
59
60
partial_csv = f"{script_name}.csv"
61
if os.path.exists(partial_csv):
62
+ print(f"Found {partial_csv}. Removing for safer numbers and duplication.")
63
os.remove(partial_csv)
64
65
command = ["python", file]
0 commit comments