Skip to content

Commit 9956e54

Browse files
Merge pull request #362 from egraphs-good/saulshanabrook-patch-3
Run benchmarks again on macro runner
2 parents 9e297a6 + 3abc6f5 commit 9956e54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
strategy:
5454
matrix:
5555
# Run on codspeed for walltime and ubuntu for instrumenentation
56-
runner: [ ubuntu-latest ] # codspeed-macro, disable for now till we set up custom runner for more minutes
56+
runner: [ ubuntu-latest, codspeed-macro ]
5757
steps:
5858
- uses: actions/checkout@v5
5959
- name: Set up Python
@@ -73,7 +73,7 @@ jobs:
7373
token: ${{ secrets.CODSPEED_TOKEN }}
7474
# allow updating snapshots due to indeterministic benchmarks
7575
run: pytest -vvv --snapshot-update --durations=10
76-
mode: "instrumentation"
76+
mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
7777

7878
docs:
7979
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)