We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d356144 commit 3e7a8e5Copy full SHA for 3e7a8e5
.github/workflows/test.yml
@@ -78,22 +78,3 @@ jobs:
78
run: pnpm install --no-frozen-lockfile --ignore-scripts
79
- name: Run unit tests
80
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
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