forked from quic-go/quic-go
remove the metrics package
Recording every sent and received packet in OpenCensus is quite expensive. Arguably, the metrics needs depend on the application, so that's where the implementation of a metrics collector should live anyway.
This commit is contained in:
@@ -41,8 +41,8 @@ jobs:
|
||||
name: "Run self integration tests with race detector"
|
||||
command: ginkgo -race -v -randomizeAllSpecs -trace integrationtests/self
|
||||
- run:
|
||||
name: "Run self integration tests with qlog and metrics"
|
||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog -metrics
|
||||
name: "Run self integration tests with qlog"
|
||||
command: ginkgo -v -randomizeAllSpecs -trace integrationtests/self -- -qlog
|
||||
go114:
|
||||
<<: *test
|
||||
go115:
|
||||
|
||||
Reference in New Issue
Block a user