Skip to content

Instantly share code, notes, and snippets.

@jeremydmiller
Created February 20, 2018 22:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeremydmiller/3ffc83466af3878c2205f8b68378170a to your computer and use it in GitHub Desktop.
Save jeremydmiller/3ffc83466af3878c2205f8b68378170a to your computer and use it in GitHub Desktop.
BlueMilk v. StructureMap Performance
What this benchmark does is bootstrap an ASP.Net Core system with MVC and AddLogging,
then try to create every single registered type that is common between the two
configurations. Throws out the initial run.
Method | Mean | Error | StdDev |
------------- |----------:|---------:|---------:|
StructureMap | 516.72 us | 4.310 us | 3.599 us |
BlueMilk | 86.04 us | 1.214 us | 1.076 us |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment