grafana / xk6-dashboard

A k6 extension that makes k6 metrics available on a web-based dashboard.
GNU Affero General Public License v3.0
334 stars 30 forks source link

k6 does not stop in case of an abortion #142

Closed szkiba closed 8 months ago

szkiba commented 8 months ago

If the test run is interrupted for some reason (e.g. user interrupt signal), the k6 waits for the SSE connections to be closed. In such a case, there is no need to wait, must exit immediately.