We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 143fca3 commit 4652f6cCopy full SHA for 4652f6c
.github/workflows/ci.yml
@@ -143,7 +143,7 @@ jobs:
143
mode:
144
- walltime
145
- instrumentation
146
- # - memory
+ - memory
147
runs-on: ${{ matrix.mode == 'walltime' && 'codspeed-macro' || 'ubuntu-latest' }}
148
steps:
149
- uses: actions/checkout@v4
@@ -169,12 +169,14 @@ jobs:
169
fi
170
171
- name: Run the benchmarks
172
- uses: CodSpeedHQ/action@main
+ uses: CodSpeedHQ/action@chore/runner-branch
173
env:
174
MY_ENV_VAR: "YES"
175
with:
176
+ runner-branch: main
177
run: cargo codspeed run
178
mode: ${{ matrix.mode }}
179
+ upload-url: https://api.staging.preview.codspeed.io/upload
180
181
musl-build-check:
182
strategy:
0 commit comments