elastic / hey-apm

Basic load generation for apm-server built on hey
Apache License 2.0
16 stars 16 forks source link

[apm-ci] Run hey-apm unit tests on CI #137

Closed jalvz closed 5 years ago

jalvz commented 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.

This is low priority (there is just 1 unit test at the moment :sunglasses: but we will add more).

mdelapenya commented 5 years ago

Hey @jalvz, here we are already executing the unit tests:

is that what you mean?

jalvz commented 5 years ago

lol, yes. totally missed that it was in place already :see_no_evil: thanks!