Skip to content

Commit 09a9689

Browse files
committed
chore: remove bench job from CI workflow
1 parent 750f319 commit 09a9689

File tree

1 file changed

+0
-29
lines changed

1 file changed

+0
-29
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -37,32 +37,3 @@ jobs:
3737
uses: codecov/codecov-action@v3
3838
with:
3939
files: coverage.txt
40-
41-
bench:
42-
name: Benchmarks
43-
needs: test
44-
runs-on: ubuntu-latest
45-
strategy:
46-
fail-fast: false
47-
matrix:
48-
go:
49-
- "1.20.x"
50-
steps:
51-
- name: Install Go
52-
uses: actions/setup-go@v4
53-
with:
54-
go-version: ${{ matrix.go }}
55-
cache: false
56-
- name: Checkout repository
57-
uses: actions/checkout@v3
58-
- name: Install tools
59-
run: go get golang.org/x/perf/cmd/benchstat
60-
env:
61-
GOPROXY: https://proxy.golang.org
62-
- name: Run benchmarks
63-
run: ./ci/bench.sh
64-
- name: Upload statistics
65-
uses: actions/upload-artifact@v3
66-
with:
67-
name: Benchstats-Go${{ matrix.go }}
68-
path: benchstats

0 commit comments

Comments
 (0)