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

add rapidoid #27

Closed b0gg4rd closed 7 years ago

stevehu commented 7 years ago

@b0gg4rd Thanks for your help. I have merged the rapidoid and tested twice but the result doesn't seems right. I am wondering if you have tested yourself on your local computer. Here is what I got.

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     0.00us    0.00us   0.00us    -nan%
    Req/Sec     1.83k     1.57k    3.20k    71.43%
  Latency Distribution
     50%    0.00us
     75%    0.00us
     90%    0.00us
     99%    0.00us
  1280 requests in 30.04s, 205.00KB read
Requests/sec:     42.61
Transfer/sec:      6.82KB
b0gg4rd commented 7 years ago

Hi @stevehu, I get the same output from wrk. In the first instance I thought it was the old PC that I used.