Basic overview of the architecture can be found here.
Benchmark result history can be found here.
To run the tests and verify coverage, run the following commands:
go test ./... -coverprofile=coverage.out
go tool cover -html=coverage.out
Basic overview of the architecture can be found here.
Benchmark result history can be found here.
To run the tests and verify coverage, run the following commands:
go test ./... -coverprofile=coverage.out
go tool cover -html=coverage.out