Skip to content

Commit 561d8e8

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

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
date; echo "Running telco benchmark ..."
8484
python benchmark/telco_fractions.py -n 250
8585
date; echo "Running micro benchmarks ..."
86-
python benchmark/microbench.py create pydigits
86+
python benchmark/microbench.py create pidigits
8787
date; echo "Done."
8888
8989
Linux:
@@ -198,8 +198,12 @@ jobs:
198198

199199
- name: Running benchmark
200200
run: |
201+
# Run different benchmarks.
202+
date; echo "Running telco benchmark ..."
201203
python benchmark/telco_fractions.py -n 250
202-
python benchmark/microbench.py create pydigits
204+
date; echo "Running micro benchmarks ..."
205+
python benchmark/microbench.py create pidigits
206+
date; echo "Done."
203207
204208
merge-wheels:
205209
needs: [ Linux, non-Linux ]

0 commit comments

Comments
 (0)