mhjort / trombi

Load testing library for testing stateful apps with Clojure
Eclipse Public License 1.0
235 stars 19 forks source link

Add more accurate percentile to Global Information #18

Closed jaakkos closed 2 years ago

jaakkos commented 8 years ago

As Gil mentions in his talk http://www.infoq.com/presentations/latency-response-time 95th and 99th percentiles are not always enough.

mhjort commented 8 years ago

At the moment all the reports are produced using gatling-highcharts which doesn't do that automatically.

However, I have been thinking that clj-gatling should produce it's own simple report that is shown in command line. Then gatling-highcharts would be used only for detailed graphical reports

mhjort commented 8 years ago

Added this to Future milestone because it makes sense to do this after https://github.com/mhjort/clj-gatling/issues/26 is solved.

mhjort commented 2 years ago

clj-gatling is now using latest Gatling Highchart reporter which has 4 different percentiles. So I think this is solved.