Skip to content

Commit 572ba5f

Browse files
committed
CI: Run Linux benchmarks as part of test runs, not independently after the Docker wheel builds.
1 parent 8c89642 commit 572ba5f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@ jobs:
7676
continue-on-error: ${{ matrix.allowed_failure || false }}
7777
run: make testslow
7878

79+
- name: Running benchmark
80+
run: |
81+
python benchmark/telco_fractions.py
82+
python benchmark/microbench.py create pydigits
83+
7984
Linux:
8085

8186
strategy:
@@ -140,12 +145,6 @@ jobs:
140145
path: dist/*.whl
141146
if-no-files-found: ignore
142147

143-
- name: Running benchmark
144-
run: |
145-
make local
146-
python benchmark/telco_fractions.py
147-
python benchmark/microbench.py create pydigits
148-
149148
non-Linux:
150149
strategy:
151150
# Allows for matrix sub-jobs to fail without canceling the rest

0 commit comments

Comments
 (0)