Skip to content

Commit

Permalink
chore: remove bench job from CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wI2L committed Jun 3, 2023
1 parent 750f319 commit 09a9689
Showing 1 changed file with 0 additions and 29 deletions.
29 changes: 0 additions & 29 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,32 +37,3 @@ jobs:
uses: codecov/codecov-action@v3
with:
files: coverage.txt

bench:
name: Benchmarks
needs: test
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
go:
- "1.20.x"
steps:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: false
- name: Checkout repository
uses: actions/checkout@v3
- name: Install tools
run: go get golang.org/x/perf/cmd/benchstat
env:
GOPROXY: https://proxy.golang.org
- name: Run benchmarks
run: ./ci/bench.sh
- name: Upload statistics
uses: actions/upload-artifact@v3
with:
name: Benchstats-Go${{ matrix.go }}
path: benchstats

0 comments on commit 09a9689

Please sign in to comment.