Skip to content

Commit

Permalink
chore: enable env:
Browse files Browse the repository at this point in the history
                        CODSPEED_FORCE_OPTIMIZATION: true
  • Loading branch information
erikwrede committed Oct 17, 2024
1 parent dd0629f commit 1425baa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
run: npm install
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
env:
CODSPEED_FORCE_OPTIMIZATION: true
with:
run: npm exec vitest bench
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit 1425baa

Please sign in to comment.