ci: remove benchmark step

We don't actually use this data, it runs without a purpose
This commit is contained in:
Amaan Qureshi 2025-02-08 13:17:41 -05:00
parent 0a33135483
commit 8e79929cb8

View file

@ -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: