networknt / microservices-framework-benchmark

Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
MIT License
705 stars 127 forks source link

More latencies #21

Open vietj opened 7 years ago

vietj commented 7 years ago

In the actual result I only see the AVG latencies. I would expect the high percentiles and the max.

stevehu commented 7 years ago

@vietj There are details if you stroll down in the README and here is an example. wrk has other options to output different data if you are interested in running it yourself. Thanks.

steve@joy:~/tool/wrk$ wrk -t4 -c128 -d30s http://localhost:8080 -s pipeline.lua --latency -- / 16
Running 30s test @ http://localhost:8080
  4 threads and 128 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     2.36ms    3.55ms  53.35ms   89.03%
    Req/Sec   338.18k    49.76k  717.09k    76.64%
  Latency Distribution
     50%    1.05ms
     75%    2.48ms
     90%    6.35ms
     99%   17.28ms
  40436304 requests in 30.08s, 4.97GB read
Requests/sec: 1344512.65
Transfer/sec:    169.25MB
vietj commented 7 years ago

yes I'm just saying it would be nice to display them in the README page as well

stevehu commented 7 years ago

I know you mean to put into the table. Yes. that will be ideal once I have time. And I would be so happy to merge it if you could help to create a pull request. Thanks.