horse icon indicating copy to clipboard operation
horse copied to clipboard

bad benchmark test using wrk

Open ibelarouci opened this issue 2 years ago • 0 comments

$ wrk -t20 -c400 -d30s http://localhost:9000 Running 30s test @ http://localhost:9000 20 threads and 400 connections Thread Stats Avg Stdev Max +/- Stdev Latency 14.38ms 86.98ms 1.75s 96.91% Req/Sec 413.86 284.05 2.73k 73.52% 232737 requests in 30.09s, 21.31MB read Socket errors: connect 0, read 232731, write 0, timeout 10 Requests/sec: 7733.62 Transfer/sec: 725.05KB

this is benchmark test using wrk in http server created by HORSE.

you can take a look at mormot , Brook results here https://github.com/ibelarouci/nodpyvsfpcserver what do you suggest to improve that?

ibelarouci avatar Aug 02 '22 14:08 ibelarouci