Skip to content

Commit e3f47cd

Browse files
committed
wip: test new runner with smaller stack sampling size
1 parent 934ed90 commit e3f47cd

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
@@ -35,8 +35,9 @@ jobs:
3535
pip install .
3636
sudo apt-get remove valgrind -y
3737
- name: Run benchmarks
38-
uses: CodSpeedHQ/action@main
38+
uses: CodSpeedHQ/action@chore/runner-branch
3939
with:
40+
runner-branch: cod-1444-huge-perfdata-files-for-python
4041
mode: ${{ matrix.mode }}
4142
run: pytest tests/benchmarks/ --codspeed
4243
token: ${{ secrets.CODSPEED_TOKEN }}

0 commit comments

Comments
 (0)