aspnet-minimal + nginx
Flagship · C# · engine: kestrel · standard configuration
ASP.NET Core minimal API behind an Nginx reverse proxy. Nginx handles TLS termination and static files, proxying dynamic endpoints to Kestrel over HTTP/1.1.
Composite rank
Each profile of a family is worth 100 to the entry that leads it, and the composite is the sum over the family. The field is this entry's own league: engines and reverse proxies are scored apart from frameworks. How it works.
| Family | Rank | Composite |
|---|---|---|
| Gateway | 1 of 4 | 200 |
Every result
Alpha Round, 4 runs. Requests per second is the best of three; latency, CPU and memory come from that run.
| Category | Profile | Conns | Req/sec | Avg | p99 | CPU | Memory |
|---|---|---|---|---|---|---|---|
| Gateway | Gateway (H2) | 512 | 312,171 | 53.88ms | 53.88ms | 5664.4% | 2.4GiB |
| Gateway | Gateway (H2) | 1,024 | 233,843 | 141.88ms | 141.88ms | 5402.8% | 2.7GiB |
| Gateway | Production Stack | 256 | 228,290 | 20.13ms | 20.13ms | 5293.3% | 1.5GiB |
| Gateway | Production Stack | 1,024 | 193,999 | 82.75ms | 82.75ms | 4840.9% | 2.4GiB |
How the benchmark is run · The machine · Add or fix an entry