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 c862b4d commit 96ee580Copy full SHA for 96ee580
codeflash/discovery/functions_to_optimize.py
@@ -509,6 +509,7 @@ def check_optimization_status(
509
remaining_count += 1
510
else:
511
if random.random() < REPEAT_OPTIMIZATION_PROBABILITY:
512
+ logger.info(f"Attempting more optimization on {path_key}")
513
filtered_functions[file_path].append(func)
514
515
0 commit comments