Skip to content

Commit e4e6145

Browse files
committed
todo
1 parent 4bcd81c commit e4e6145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1199,6 +1199,7 @@ def find_and_process_best_optimization(
11991199
original_code_combined[explanation.file_path] = self.function_to_optimize_source_code
12001200
new_code_combined = new_helper_code.copy()
12011201
new_code_combined[explanation.file_path] = new_code
1202+
# TODO: calculate economic impact of optimization based on simple heuristics
12021203
self.process_review(
12031204
original_code_baseline,
12041205
best_optimization,

0 commit comments

Comments
 (0)