ci: run benchmarks (#4492)

This commit is contained in:
Marten Seemann
2024-05-05 21:48:56 +08:00
committed by GitHub
parent 5aac43549b
commit 03a32d0daa
2 changed files with 4 additions and 0 deletions

View File

@@ -41,6 +41,8 @@ jobs:
env:
TIMESCALE_FACTOR: 20
run: go run github.com/onsi/ginkgo/v2/ginkgo -r -v -race -randomize-all -randomize-suites -trace -skip-package integrationtests
- name: Run benchmark tests
run: go test -v -run=^$ -benchtime 0.5s -bench=. $(go list ./... | grep -v integrationtests/self)
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
with: