Benchmarks of 1 million HTTP requests to a REST API runnning in github actions.
- go-api using builtin
net/http
- rust-api using
axum
- kotlin-api using
http4k
with Helidon server.
- Use oha to make 1 million HTTP requests
- Measure response times (p50, p99, p99.9), memory usage, cpu usage, threads created
- Using HTTP 1.1 with varying number of connections.