eye_suc
Expert Member
- Joined
- Feb 14, 2005
- Messages
- 4,282
ASP.Net Core and Kestrel seems to be improving in strides:
https://github.com/aspnet/benchmarks
Excerpt:
NodeJS
173,641 RPS
32 threads, 512 connections
CPU is 100%
ASP.NET Core on Kestrel
1,174,881 RPS
32 threads, 256 connections
CPU is 100%
Benchmarks are one thing, and they can be setup to favour certain stacks more than others. However, Core seems to be making some impressive waves.
https://github.com/aspnet/benchmarks
Excerpt:
NodeJS
173,641 RPS
32 threads, 512 connections
CPU is 100%
ASP.NET Core on Kestrel
1,174,881 RPS
32 threads, 256 connections
CPU is 100%
Benchmarks are one thing, and they can be setup to favour certain stacks more than others. However, Core seems to be making some impressive waves.