Skip to content

Commit b8b4182

Browse files
committed
draft pr starting point
1 parent b6bbeec commit b8b4182

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
@@ -162,6 +162,7 @@ def optimize_function(self) -> Result[BestOptimization, str]:
162162
f"Generating new tests and optimizations for function {self.function_to_optimize.function_name}",
163163
transient=True,
164164
):
165+
#TODO: do a/b testing with same codegen but different testgen
165166
generated_results = self.generate_tests_and_optimizations(
166167
testgen_context_code=code_context.testgen_context_code,
167168
read_writable_code=code_context.read_writable_code,

0 commit comments

Comments
 (0)