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
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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
𦦠Locally distributed key-value store.