Skip to content

Commit 583b977

Browse files
committed
wip: test perf with staging runner
1 parent 5dc6f3b commit 583b977

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/codspeed.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ jobs:
3636
sudo apt-get remove valgrind -y
3737
- name: Run benchmarks
3838
uses: CodSpeedHQ/action@main
39+
env:
40+
CODSPEED_LOG: debug
41+
CODSPEED_USE_PERF: 1
3942
with:
4043
run: pytest tests/benchmarks/ --codspeed
4144
token: ${{ secrets.CODSPEED_TOKEN }}
45+
runner-version: 3.6.0-beta.3
46+
upload-url: https://api.staging.preview.codspeed.io/upload

0 commit comments

Comments
 (0)