Skip to content

Commit 2f9500f

Browse files
authored
feat: add walltime benchmark in addition to simulation (#175)
1 parent e9441e3 commit 2f9500f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/benchmarks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
python-version: ["3.12"]
24+
codspeed-mode: ["simulation", "walltime"]
2425

2526
steps:
2627
- uses: actions/checkout@v6
@@ -45,4 +46,4 @@ jobs:
4546
with:
4647
token: ${{ secrets.CODSPEED_TOKEN }}
4748
run: pytest -vvs --codspeed
48-
mode: simulation
49+
mode: ${{ matrix.codspeed-mode }}

0 commit comments

Comments
 (0)