Skip to content

Commit

Permalink
Rollback --profile bench
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q committed Feb 18, 2025
1 parent 6e1d850 commit 94993e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,12 @@ jobs:
- name: Override criterion with the CodSpeed harness
run: cargo add --dev codspeed-criterion-compat --rename criterion
- name: Build benchmarks
run: cargo codspeed build criterion_benches --profile bench
run: cargo codspeed build criterion_benches
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: "cargo codspeed run criterion_benches --profile bench"
run: "cargo codspeed run criterion_benches"

tests:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 94993e4

Please sign in to comment.