Skip to content

Commit fd7f8e0

Browse files
committed
CI: Make benchmark job output more readable.
1 parent f091be6 commit fd7f8e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,12 @@ jobs:
7979
- name: Running benchmark
8080
if: startsWith(matrix.python-version, '3.')
8181
run: |
82+
# Run different benchmarks.
83+
date; echo "Running telco benchmark ..."
8284
python benchmark/telco_fractions.py -n 250
85+
date; echo "Running micro benchmarks ..."
8386
python benchmark/microbench.py create pydigits
87+
date; echo "Done."
8488
8589
Linux:
8690

0 commit comments

Comments
 (0)