jcaromiq / goku

Goku is an HTTP load testing application written in Rust
MIT License
112 stars 3 forks source link

A bit off statistic #94

Closed ramnivas closed 4 months ago

ramnivas commented 4 months ago

I just tried Goku and got some results, which are mostly okay, but the stats are a bit off:

Concurrency level 1
Time taken 2 seconds
Total requests  6
Mean request time 346.6666666666667 ms
Max request time 406 ms
Min request time 296 ms
95'th percentile: 415 ms
99.9'th percentile: 415 ms

Here is 95th and 99.9th times are higher than "max request time", which is incorrect.

Here is another:

Concurrency level 1
Time taken 7 seconds
Total requests  20
Mean request time 350.00000000000006 ms
Max request time 808 ms
Min request time 280 ms
95'th percentile: 479 ms
99.9'th percentile: 831 ms

Here, the 99.9th time is higher than max.

I wonder if some some incorrect interpolation going on here.

jcaromiq commented 4 months ago

Hi @ramnivas It's already solved at 1.1.6, sorry for the inconvenience. thank you