We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd7f8e0 commit 561d8e8Copy full SHA for 561d8e8
1 file changed
.github/workflows/ci.yml
@@ -83,7 +83,7 @@ jobs:
83
date; echo "Running telco benchmark ..."
84
python benchmark/telco_fractions.py -n 250
85
date; echo "Running micro benchmarks ..."
86
- python benchmark/microbench.py create pydigits
+ python benchmark/microbench.py create pidigits
87
date; echo "Done."
88
89
Linux:
@@ -198,8 +198,12 @@ jobs:
198
199
- name: Running benchmark
200
run: |
201
+ # Run different benchmarks.
202
+ date; echo "Running telco benchmark ..."
203
204
+ date; echo "Running micro benchmarks ..."
205
206
+ date; echo "Done."
207
208
merge-wheels:
209
needs: [ Linux, non-Linux ]
0 commit comments