We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dac592 commit 1b26800Copy full SHA for 1b26800
1 file changed
.github/workflows/codspeed.yml
@@ -35,11 +35,12 @@ jobs:
35
uv sync --dev
36
sudo apt-get remove valgrind -y
37
- name: Run benchmarks
38
- uses: CodSpeedHQ/action@main
+ uses: CodSpeedHQ/action@chore/runner-branch
39
with:
40
mode: ${{ matrix.mode }}
41
run: uv run pytest tests/benchmarks/ --codspeed --test-group=${{ matrix.shard }} --test-group-count=${{ env.SHARDS }}
42
token: ${{ secrets.CODSPEED_TOKEN }}
43
+ runner-branch: main
44
45
all-checks:
46
runs-on: ubuntu-latest
0 commit comments