Skip to content

Commit

Permalink
Add CODSPEED_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Schneider committed Jul 16, 2024
1 parent a49ef00 commit 3cea88c
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 @@ -49,6 +49,8 @@ jobs:
run: cd packages/benchmark && pnpm run codspeed
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
env:
CODSPEED_DEBUG: true
with:
working-directory: "packages/benchmark"
run: NODE_ENV=production node --enable-source-maps ./codspeed/dist/index.bench.mjs
Expand Down

0 comments on commit 3cea88c

Please sign in to comment.