From 9c95e139c5e61104477b3bf860f4d0060b5131cf Mon Sep 17 00:00:00 2001 From: Will Crichton Date: Tue, 7 Nov 2023 15:31:03 -0800 Subject: [PATCH] Remove bench from tests.lyaml --- .github/workflows/tests.yml | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0f105e419..aedaad21a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,16 +33,4 @@ jobs: - run: xvfb-run -a npm test -- install --zip=../target/debug/x86_64-unknown-linux-gnu.zip working-directory: ide - run: xvfb-run -a npm test - working-directory: ide - - bench: - runs-on: ubuntu-20.04 - steps: - - uses: actions/checkout@v2 - - run: cargo bench --bench main -- --output-format bencher | tee crates/flowistry/benches/output.txt - - uses: benchmark-action/github-action-benchmark@v1 - with: - tool: 'cargo' - output-file-path: crates/flowistry/benches/output.txt - github-token: ${{ secrets.GITHUB_TOKEN }} - auto-push: true + working-directory: ide \ No newline at end of file