danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
876 stars 157 forks source link

Compare the default asp.net core DI #104

Closed Ricky-G closed 6 years ago

Ricky-G commented 6 years ago

There doesn't seem to be a benchmark for the asp.net core DI that comes out of the box. Would be really to find out what its figures are compared to the rest of the pack.

dadhi commented 6 years ago

asp.net core DI is called Microsoft.Extensions.DependencyInjection and its benchmark is included.