Skip to content

Commit 4c60a46

Browse files
committed
chore: use custom runner without valgrind quiet mode
1 parent bef740e commit 4c60a46

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codspeed.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ jobs:
6363
sudo make install
6464
6565
- name: Run benchmarks
66-
uses: CodSpeedHQ/action@main
66+
uses: CodSpeedHQ/action@chore/runner-branch
6767
with:
68+
runner-branch: dbg/obj-skip
6869
mode: ${{ matrix.mode }}
6970
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
7071
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)