From 3e7a8e557b9d93a582ef2c3bb9f7306fc339ef35 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Mon, 6 Nov 2023 06:05:03 +0100 Subject: [PATCH] Remove benchmark from CI for v3 --- .github/workflows/test.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index eed3c032..93cec855 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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