Skip to content

Commit a0fe3b6

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

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 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,10 +169,11 @@ 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 }}
178179

0 commit comments

Comments
 (0)