tag1consulting / goose

Load testing framework, inspired by Locust
https://tag1.com/goose
Apache License 2.0
759 stars 69 forks source link

HTML Report: Group response time by status code #528

Open lcmgh opened 1 year ago

lcmgh commented 1 year ago

Hi!

Goose is a great tool and would like to propose an enhancement for the HTML report.

In case the requests face different status codes we could gain more insights if the response time is additionally grouped by status code. That way one can tell response times caused by status code x responses apart from other ones and gain better insights.

Thanks