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 c9e1483 commit 151e572Copy full SHA for 151e572
codeflash/optimization/function_optimizer.py
@@ -2072,7 +2072,7 @@ def line_profiler_step(
2072
testing_type=TestingMode.LINE_PROFILE,
2073
test_env=test_env,
2074
test_files=self.test_files,
2075
- optimization_iteration=0,
+ optimization_iteration=candidate_index,
2076
testing_time=TOTAL_LOOPING_TIME_EFFECTIVE,
2077
enable_coverage=False,
2078
code_context=code_context,
0 commit comments