americanexpress / baton

HTTP load testing witten in Go
Apache License 2.0
266 stars 25 forks source link

Percentiles #1

Open bobbytables opened 6 years ago

bobbytables commented 6 years ago

Hi! This looks like a pretty interesting project and I could see it being great for automated tests.

I just ran it locally using a CSV definition (which I really like) but it seems like this tool is lacking printing percentiles for requests. A nice feature of AB (ApacheBench) is the breakdown of request timings.

It would be nice if this tool did the same.

madflojo commented 6 years ago

Thanks for the suggestion @bobbytables! I agree the percentiles from AB were very useful as well as the average per request time. I'll see about adding these into Baton.