We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f091be6 commit fd7f8e0Copy full SHA for fd7f8e0
.github/workflows/ci.yml
@@ -79,8 +79,12 @@ jobs:
79
- name: Running benchmark
80
if: startsWith(matrix.python-version, '3.')
81
run: |
82
+ # Run different benchmarks.
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
87
+ date; echo "Done."
88
89
Linux:
90
0 commit comments