oha icon indicating copy to clipboard operation
oha copied to clipboard

Bad numbers?

Open xhyrom opened this issue 2 years ago • 1 comments

oha: oha-linux-amd64 -j -z 10s -m GET http://localhost:3000 image why average, slowest, fastest is very small?

bombardier: bombardier -p r -o j -l -c 40 -d 10s -m GET http://localhost:3000 image

Could you implement properties min, max, average r/s ? Also pXX r/s

xhyrom avatar Aug 06 '22 21:08 xhyrom

oha prints a second and bombardier prints a microsecond. If the value of oha multiplies 1e6, then there is no big difference. I think printing a second (not a microsecond) is a decent choice.

Could you implement properties min, max, average r/s ? Also pXX r/s

Seems good, I'll create an issue for it

hatoo avatar Aug 07 '22 05:08 hatoo