Skip to content

Commit f32a11d

Browse files
aseembits93Codeflash Bot
authored andcommitted
todo
1 parent 4a6eaab commit f32a11d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

codeflash/lsp/features/perform_optimization.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ def sync_perform_optimization(server: CodeflashLanguageServer, cancel_event: thr
108108
"status": "error",
109109
"message": f"No best optimizations found for function {function_to_optimize_qualified_name}",
110110
}
111+
# generate optimization review here
112+
111113
# generate a patch for the optimization
112114
relative_file_paths = [code_string.file_path for code_string in code_context.read_writable_code.code_strings]
113115
speedup = original_code_baseline.runtime / best_optimization.runtime

0 commit comments

Comments
 (0)