Skip to content

Commit d4be50f

Browse files
Run benchmarks twice
1 parent 7f4af6e commit d4be50f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
- run: make stubtest
5050

5151
benchmark:
52-
runs-on: codspeed-macro
52+
runs-on: ${{ matrix.runner }}
53+
strategy:
54+
matrix:
55+
# Run on codspeed for walltime and ubuntu for instrumenentation
56+
runner: [ codspeed-macro, ubuntu-latest ]
5357
steps:
5458
- uses: actions/checkout@v4
5559
- uses: astral-sh/setup-uv@v6

0 commit comments

Comments
 (0)