You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of now, Gocannon prints the load test summary/report to std out using a rather verbose/tabular format, which is difficult to parse. In order to make it more convenient to include Gocannon in CI/CD pipelines (i.e running a load test, results of which are piped to jq), alternative report output formats (JSON and YAML) should be added.