mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-30 04:38:58 +00:00
* Add benchmark for /healthz endpoint This benchmark will measure not only speed but also how much memory each request to /healthz allocate. I'm adding the benchmark to have a baseline to compare. Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com> * Hardcode /healthz body into a variable We know it will always be this value, there's no need to import and call json.MarshalIndent. Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com> * Initialize /healthz body only once Signed-off-by: Leandro López (inkel) <inkel.ar@gmail.com>