remove the benchmark test suite

This commit is contained in:
Marten Seemann
2022-10-11 13:06:40 +04:00
parent ee013d9d23
commit c9a878858e
4 changed files with 3 additions and 128 deletions

View File

@@ -24,12 +24,6 @@ jobs:
- run:
name: "Build infos"
command: go version
- run:
name: "Run benchmark tests"
command: ginkgo -randomizeAllSpecs -trace benchmark -- -size=10
- run:
name: "Run benchmark tests with race detector"
command: ginkgo -race -randomizeAllSpecs -trace benchmark -- -size=5
- run:
name: "Run tools tests"
command: ginkgo -race -r -v -randomizeAllSpecs -trace integrationtests/tools