Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/codespeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
- name: Install project
run: pip install bindings/.

- name: Build the benchmark target(s)
run: cd powerboxesrs && cargo codspeed build
# - name: Build the benchmark target(s)
# run: cd powerboxesrs && cargo codspeed build

- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: pytest bindings/tests/ --codspeed && cd powerboxesrs && cargo codspeed run
# run: pytest bindings/tests/ --codspeed && cd powerboxesrs && cargo codspeed run
run: pytest bindings/tests/ --codspeed
Loading