Skip to content

Commit 538e8ee

Browse files
committed
console rulez
1 parent ae3c7ca commit 538e8ee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

codeflash/discovery/functions_to_optimize.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ def get_functions_to_optimize(
221221
f"It might take about {humanize_runtime(functions_count * three_min_in_ns)} to fully optimize this project. Codeflash "
222222
f"will keep opening pull requests as it finds optimizations."
223223
)
224+
console.rule()
224225
return filtered_modified_functions, functions_count, trace_file_path
225226

226227

codeflash/optimization/optimizer.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,7 @@ def run(self) -> None:
269269
ph("cli-optimize-functions-to-optimize", {"num_functions": num_optimizable_functions})
270270
if num_optimizable_functions == 0:
271271
logger.info("No functions found to optimize. Exiting…")
272+
console.rule()
272273
return
273274

274275
function_to_tests, _ = self.discover_tests(file_to_funcs_to_optimize)

0 commit comments

Comments
 (0)