Closed jalvz closed 5 years ago
We have automated apm-server benchmarks with hey-apm on CI, but we do not have yet automation on hey-apm itself.
We need a new pipeline that runs on every hey-apm PR and executes go test -v.
go test -v
This is low priority (there is just 1 unit test at the moment :sunglasses: but we will add more).
Hey @jalvz, here we are already executing the unit tests:
is that what you mean?
lol, yes. totally missed that it was in place already :see_no_evil: thanks!
We have automated apm-server benchmarks with hey-apm on CI, but we do not have yet automation on hey-apm itself.
We need a new pipeline that runs on every hey-apm PR and executes
go test -v
.This is low priority (there is just 1 unit test at the moment :sunglasses: but we will add more).