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.
2 parents 9e297a6 + 3abc6f5 commit 9956e54Copy full SHA for 9956e54
.github/workflows/CI.yml
@@ -53,7 +53,7 @@ jobs:
53
strategy:
54
matrix:
55
# 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
+ runner: [ ubuntu-latest, codspeed-macro ]
57
steps:
58
- uses: actions/checkout@v5
59
- name: Set up Python
@@ -73,7 +73,7 @@ jobs:
73
token: ${{ secrets.CODSPEED_TOKEN }}
74
# allow updating snapshots due to indeterministic benchmarks
75
run: pytest -vvv --snapshot-update --durations=10
76
- mode: "instrumentation"
+ mode: ${{ matrix.runner == 'ubuntu-latest' && 'instrumentation' || 'walltime' }}
77
78
docs:
79
runs-on: ubuntu-latest
0 commit comments