danielpalme / IocPerformance

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

Feature: Add Lamar benchmark #100

Closed idealist1508 closed 6 years ago

idealist1508 commented 6 years ago

Please add Lamar. Thanks

danielpalme commented 6 years ago

Could you create a PR? Branch already exists: https://github.com/danielpalme/IocPerformance/tree/lamar But I was not able to get it working the last time I tried.

danielpalme commented 6 years ago

Just tried again. I get strange exceptions when I try to resolve instances provided by the Lamar container.

E.g. Mirosoft.Build.Framework or System.Web.Razor, Version=1.0.0. is missing.

I have no idea what causes this.

idealist1508 commented 6 years ago

Some nuget packages are missing. I fix it. See PR #101

danielpalme commented 6 years ago

Thanks! Results have been updated.