Skip to content

Commit

Permalink
Remove benchmark from CI for v3
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 6, 2023
1 parent d356144 commit 3e7a8e5
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,22 +78,3 @@ jobs:
run: pnpm install --no-frozen-lockfile --ignore-scripts
- name: Run unit tests
run: pnpm unit
benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Install pnpm
uses: pnpm/action-setup@v2
with:
version: 8
- name: Install Node.js
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm
- name: Install dependencies
run: pnpm install --frozen-lockfile --ignore-scripts
- name: Run benchmark
run: node ./test/benchmark.js

0 comments on commit 3e7a8e5

Please sign in to comment.