Skip to content

Commit

Permalink
chore(ci): use newer codspeed action
Browse files Browse the repository at this point in the history
  • Loading branch information
adriencaccia committed Jun 27, 2023
1 parent ea76778 commit 2b02869
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 @@ -92,13 +92,13 @@ jobs:

- name: Run benchmarks with tinybench-plugin
if: matrix.skip-tinybench != true
uses: CodSpeedHQ/action@feat/node-script
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
with:
run: pnpm --filter ${{ matrix.example }} bench-tinybench
env:
CODSPEED_SKIP_UPLOAD: true
- name: Run benchmarks with benchmark.js-plugin
uses: CodSpeedHQ/action@feat/node-script
uses: CodSpeedHQ/action@feat/v8-flags-from-codspeed-node-core
with:
run: pnpm --filter ${{ matrix.example }} bench-benchmark-js
env:
Expand Down

0 comments on commit 2b02869

Please sign in to comment.