Skip to content

Commit 3e7a8e5

Browse files
committed
Remove benchmark from CI for v3
1 parent d356144 commit 3e7a8e5

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/test.yml

-19
Original file line numberDiff line numberDiff line change
@@ -78,22 +78,3 @@ jobs:
7878
run: pnpm install --no-frozen-lockfile --ignore-scripts
7979
- name: Run unit tests
8080
run: pnpm unit
81-
benchmark:
82-
name: Benchmark
83-
runs-on: ubuntu-latest
84-
steps:
85-
- name: Checkout the repository
86-
uses: actions/checkout@v3
87-
- name: Install pnpm
88-
uses: pnpm/action-setup@v2
89-
with:
90-
version: 8
91-
- name: Install Node.js
92-
uses: actions/setup-node@v3
93-
with:
94-
node-version: 18
95-
cache: pnpm
96-
- name: Install dependencies
97-
run: pnpm install --frozen-lockfile --ignore-scripts
98-
- name: Run benchmark
99-
run: node ./test/benchmark.js

0 commit comments

Comments
 (0)