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 08884b2 commit 755f02cCopy full SHA for 755f02c
codeflash/discovery/functions_to_optimize.py
@@ -206,6 +206,7 @@ def get_functions_to_optimize(
206
logger.info(f"Found {functions_count} function{'s' if functions_count > 1 else ''} to optimize")
207
if optimize_all:
208
three_min_in_ns = int(1.8e11)
209
+ console.rule()
210
logger.info(
211
f"It might take about {humanize_runtime(functions_count*three_min_in_ns)} to fully optimize this project. Codeflash "
212
f"will keep opening pull requests as it finds optimizations."
0 commit comments