Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
juno7803 committed Jun 17, 2024
1 parent c268f06 commit 1fd4b91
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .github/workflows/codspeed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,16 @@ jobs:
benchmarks:
runs-on: ubuntu-latest
steps:
- uses: "actions/checkout@v3"
- uses: "actions/setup-node@v3"
- name: Install dependencies
run: yarn install
- uses: actions/checkout@v3
- run: corepack enable
- uses: actions/setup-node@v4
with:
node-version-file: .nvmrc
cache: 'yarn'
name: Install dependencies
- run: yarn install
- name: Run benchmarks
uses: CodSpeedHQ/action@v2
with:
run: yarn exec vitest bench
run: yarn vitest bench
token: ${{ secrets.CODSPEED_TOKEN }}

0 comments on commit 1fd4b91

Please sign in to comment.