Skip to content

Commit 340a016

Browse files
committed
walltime
1 parent d29608d commit 340a016

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/codspeed.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ on:
1313
jobs:
1414
benchmarks:
1515
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)