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 8a60a13 commit a69a13eCopy full SHA for a69a13e
codeflash/optimization/optimizer.py
@@ -112,6 +112,7 @@ def run(self) -> None:
112
instrument_codeflash_trace_decorator(file_to_funcs_to_optimize)
113
trace_file = Path(self.args.benchmarks_root) / "benchmarks.trace"
114
if trace_file.exists():
115
+ #Trace file not deleted all the times
116
trace_file.unlink()
117
118
self.replay_tests_dir = Path(
0 commit comments