Skip to content

Commit 15b3018

Browse files
committed
walltime
1 parent d29608d commit 15b3018

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/codspeed.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ on:
1212

1313
jobs:
1414
benchmarks:
15-
runs-on: ubuntu-22.04
15+
# runs-on: ubuntu-22.04
16+
runs-on: codspeed-macro
1617
steps:
1718
- uses: actions/checkout@v4
1819

@@ -35,5 +36,6 @@ jobs:
3536
uses: CodSpeedHQ/action@v3.5.0
3637
with:
3738
token: ${{ secrets.CODSPEED_TOKEN }}
38-
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
3941

0 commit comments

Comments
 (0)