From 8e79929cb89234251c37ed77d000933c7bd55a0e Mon Sep 17 00:00:00 2001 From: Amaan Qureshi Date: Sat, 8 Feb 2025 13:17:41 -0500 Subject: [PATCH] ci: remove benchmark step We don't actually use this data, it runs without a purpose --- .github/workflows/build.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6d2a6c8f..7e722b1c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -223,11 +223,6 @@ jobs: if: ${{ !matrix.no-run && !matrix.use-cross && inputs.run-test }} run: $BUILD_CMD run -p xtask -- test-wasm - - name: Run benchmarks - # Cross-compiled benchmarks are pointless - if: ${{ !matrix.no-run && !matrix.use-cross && inputs.run-test }} - run: $BUILD_CMD bench benchmark -p tree-sitter-cli --target=${{ matrix.target }} - - name: Upload CLI artifact uses: actions/upload-artifact@v4 with: