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 0680f79 commit 583b464Copy full SHA for 583b464
codeflash/optimization/optimizer.py
@@ -82,7 +82,7 @@ def run(self) -> None:
82
function_optimizer = None
83
file_to_funcs_to_optimize: dict[Path, list[FunctionToOptimize]]
84
num_optimizable_functions: int
85
- # if self.args.benchmark:
+
86
# discover functions
87
(file_to_funcs_to_optimize, num_optimizable_functions) = get_functions_to_optimize(
88
optimize_all=self.args.all,
0 commit comments