Skip to content

Commit 755f02c

Browse files
committed
console.rule()
1 parent 08884b2 commit 755f02c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ def get_functions_to_optimize(
206206
logger.info(f"Found {functions_count} function{'s' if functions_count > 1 else ''} to optimize")
207207
if optimize_all:
208208
three_min_in_ns = int(1.8e11)
209+
console.rule()
209210
logger.info(
210211
f"It might take about {humanize_runtime(functions_count*three_min_in_ns)} to fully optimize this project. Codeflash "
211212
f"will keep opening pull requests as it finds optimizations."

0 commit comments

Comments
 (0)