I have 100+K/s with 6 threads ``` wrk -t6 -c200 -...
# ktor
c
I have 100+K/s with 6 threads
Copy code
wrk -t6 -c200 -d30s --latency --timeout 2s '<http://localhost:8080/>'
Running 30s test @ <http://localhost:8080/>
  6 threads and 200 connections
  Thread Stats   Avg      Stdev     Max   +/- Stdev
    Latency     1.90ms    3.05ms 209.21ms   90.82%
    Req/Sec    24.25k     2.79k   39.64k    74.56%
  Latency Distribution
     50%    1.06ms
     75%    1.78ms
     90%    4.53ms
     99%   11.22ms
  4347204 requests in 30.05s, 692.35MB read
Requests/sec: 144666.99
Transfer/sec:     23.04MB