Short update on Ktor performance with Netty host: ...
# ktor
o
Short update on Ktor performance with Netty host:
Copy code
wrk -t32 -c400 -d30s <http://127.0.0.1:8080>
Netty direct string response:
Requests/sec: 94959.04
Ktor reponse with text with routing:
Requests/sec: 70259.30
Not exactly same speed, but it’s not x2 any more either 🙂
👍 5