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 d29608d commit 340a016Copy full SHA for 340a016
.github/workflows/codspeed.yml
@@ -13,6 +13,7 @@ on:
13
jobs:
14
benchmarks:
15
runs-on: ubuntu-22.04
16
+ # runs-on: codspeed-macro
17
steps:
18
- uses: actions/checkout@v4
19
@@ -35,5 +36,6 @@ jobs:
35
36
uses: CodSpeedHQ/action@v3.5.0
37
with:
38
token: ${{ secrets.CODSPEED_TOKEN }}
- run: uv run pytest integration_tests --codspeed
39
+ # run: uv run pytest integration_tests --codspeed
40
+ run: uv run pytest integration_tests --codspeed --codspeed-mode=walltime
41
0 commit comments