Skip to content

Commit

Permalink
Remove bench from tests.lyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
willcrichton committed Nov 8, 2023
1 parent ad888bb commit 9c95e13
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9c95e13

Please sign in to comment.