Skip to content

Commit 8f5423b

Browse files
line profiling loading msg
1 parent 888272b commit 8f5423b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codeflash/optimization/function_optimizer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,7 +1509,7 @@ def establish_original_code_baseline(
15091509
)
15101510

15111511
if test_framework == "pytest":
1512-
with progress_bar("Performing detailed line profiling..."):
1512+
with progress_bar("Running line profiling to identify performance bottlenecks..."):
15131513
line_profile_results = self.line_profiler_step(
15141514
code_context=code_context, original_helper_code=original_helper_code, candidate_index=0
15151515
)

0 commit comments

Comments
 (0)