Skip to content

Commit

Permalink
fix codspeed benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed Nov 2, 2023
1 parent a923b84 commit b5cadd6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,9 @@ jobs:

- run: cargo install cargo-codspeed

- name: Build the benchmark target(s)
run: cargo codspeed build
- run: cargo codspeed build -F python

- name: Run the benchmarks
uses: CodSpeedHQ/action@v1
- uses: CodSpeedHQ/action@v1
with:
run: cargo codspeed run
token: ${{ secrets.CODSPEED_TOKEN }}
Expand Down

0 comments on commit b5cadd6

Please sign in to comment.