Skip to content

Commit

Permalink
remove benchmarks because its too slow in CI (#429)
Browse files Browse the repository at this point in the history
- running benchmarks is slow
- it's adding constant dependency warnings
- noise, just noise.
  • Loading branch information
bartveneman authored Sep 22, 2024
1 parent f30268e commit 5af3c13
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 712 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,20 +53,3 @@ jobs:
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}

benchmark:
name: Benchmark
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Use Node.js
uses: actions/setup-node@v4
with:
cache: "npm"
- name: Install dependencies
run: npm install --ignore-scripts --no-audit --no-fund
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
token: ${{ secrets.CODSPEED_TOKEN }}
run: npm run benchmark
275 changes: 0 additions & 275 deletions benchmark/benchmark.js

This file was deleted.

Loading

0 comments on commit 5af3c13

Please sign in to comment.