Just ran a benchmark with akka-http and got much b...
# ktor
r
Just ran a benchmark with akka-http and got much better results:
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.71ms    6.48ms 257.18ms   98.20%
    Req/Sec    25.44k     3.61k   39.41k    77.75%
  Latency Distribution
     50%    1.05ms
     75%    1.27ms
     90%    1.90ms
     99%   14.38ms
  4558803 requests in 30.10s, 673.88MB read
Requests/sec: 151480.34
Transfer/sec:     22.39MB