Skip to content

Commit 4652f6c

Browse files
committed
wip: use latest runner; enable memory
1 parent 143fca3 commit 4652f6c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
mode:
144144
- walltime
145145
- instrumentation
146-
# - memory
146+
- memory
147147
runs-on: ${{ matrix.mode == 'walltime' && 'codspeed-macro' || 'ubuntu-latest' }}
148148
steps:
149149
- uses: actions/checkout@v4
@@ -169,12 +169,14 @@ jobs:
169169
fi
170170
171171
- name: Run the benchmarks
172-
uses: CodSpeedHQ/action@main
172+
uses: CodSpeedHQ/action@chore/runner-branch
173173
env:
174174
MY_ENV_VAR: "YES"
175175
with:
176+
runner-branch: main
176177
run: cargo codspeed run
177178
mode: ${{ matrix.mode }}
179+
upload-url: https://api.staging.preview.codspeed.io/upload
178180

179181
musl-build-check:
180182
strategy:

0 commit comments

Comments
 (0)