We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce42b9b commit 0ffd787Copy full SHA for 0ffd787
.github/workflows/benchmark.yml
@@ -18,7 +18,7 @@ env:
18
19
jobs:
20
benchmark:
21
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
22
timeout-minutes: 15
23
steps:
24
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
@@ -41,5 +41,7 @@ jobs:
41
- name: Run benchmarks
42
uses: CodSpeedHQ/action@v2
43
with:
44
- token: ${{ secrets.CODSPEED_TOKEN }}
+ token: ${{ secrets.STAGING_CODSPEED_TOKEN }}
45
+ upload-url: https://api.staging.preview.codspeed.io/upload
46
run: .venv/bin/pytest --codspeed --benchmark-enable --benchmark-only ./tests/bench/ --benchmark-json=bench-pr.json --x509-limbo-root=x509-limbo/
47
+
0 commit comments