Open vitaly-castLabs opened 1 month ago
I personally don't take throughput as an indicator of performance, but a way to check that the network is not a bottleneck and that the benchmark works as expected. And also think that headers should definitely be part of this measure otherwise it would have no value.
We agree that RPS is the metric to take into account, not throughput.
What version of bombardier are you using?
v1.2.6 darwin/arm64
What did you do?
I run https://github.com/qicosmos/cinatra/blob/master/example/benchmark.cpp against
./bombardier -c 100 -n 500000 http://localhost:8090
with and without dummy headers:curl http://localhost:8090/
will still returnHello, world!
with this) and get throughput jump to ~53 MBps:My point is
Throughput alone is very unreliable - even without explicit cheating a server setting a bunch of optional headers on responses will have a major advantage. What I'd do is:
Content-Length
is not 13