and drop the querier
@@ -1,3 +1,5 @@
BENCHTIME ?= 10s
.PHONY: all
all: test
@@ -9,6 +11,10 @@ clean:
test:
go test -v -coverprofile=coverage.out ./...
.PHONY: bench
bench:
go test -v -bench . -benchtime $(BENCHTIME) ./...
.PHONY: show-cover
show-cover:
go tool cover -func=coverage.out
The note is not visible to the blocked user.