From a69a13e836a3d6afdd86dda7d70ffc0695922a34 Mon Sep 17 00:00:00 2001 From: aseembits93 Date: Tue, 27 May 2025 18:55:24 -0700 Subject: [PATCH] first commit --- codeflash/optimization/optimizer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/codeflash/optimization/optimizer.py b/codeflash/optimization/optimizer.py index 90c088ec6..7f00cbf97 100644 --- a/codeflash/optimization/optimizer.py +++ b/codeflash/optimization/optimizer.py @@ -112,6 +112,7 @@ def run(self) -> None: instrument_codeflash_trace_decorator(file_to_funcs_to_optimize) trace_file = Path(self.args.benchmarks_root) / "benchmarks.trace" if trace_file.exists(): + #Trace file not deleted all the times trace_file.unlink() self.replay_tests_dir = Path(