Skip to content

Commit

Permalink
fix: bench suite only
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind committed Mar 15, 2024
1 parent 5ada669 commit 6b2a0fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- uses: ./.github/actions/build-rspack
- run: pnpm install
- name: Run benchmark
run: node bin/bench.js
run: node bin/bench.js ${{ matrix.suite }}
- id: print-compare-results
name: Print compare results
run: |
Expand Down

0 comments on commit 6b2a0fb

Please sign in to comment.