We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 750f319 commit 09a9689Copy full SHA for 09a9689
.github/workflows/ci.yml
@@ -37,32 +37,3 @@ jobs:
37
uses: codecov/codecov-action@v3
38
with:
39
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
67
- name: Benchstats-Go${{ matrix.go }}
68
- path: benchstats
0 commit comments