tag1consulting / goose

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

restore HTML report and Graphs #440

Closed jeremyandrews closed 2 years ago

jeremyandrews commented 2 years ago

PR https://github.com/tag1consulting/goose/pull/422 temporarily disabled --report-file which needs to be updated to properly support the new Test Plan functionality. The HTML report should be able to generally duplicate fmt_overview. The graphs will need to be reworked as GoosePhase::Starting, ::Running and ::Stopping have been replaced with ::Increase, ::Maintain and ::Decrease, each of which can happen multiple times during a given test plan.