Skip to content

Commit

Permalink
Don't run benchmarks during CI (#1029)
Browse files Browse the repository at this point in the history
We don't need to run benchmarks in CI,
especially because it's difficult to get consistent numbers out of it.

We're experimenting with [Bencher](https://bencher.orijtech.com/) for
continuous benchmarking.
  • Loading branch information
abhinav committed Nov 19, 2021
1 parent aea2a50 commit 10b1fe4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/go.yml
Expand Up @@ -47,6 +47,3 @@ jobs:

- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v1

- name: Benchmark
run: make bench

0 comments on commit 10b1fe4

Please sign in to comment.