File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 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 ]
You can’t perform that action at this time.
0 commit comments