danielpalme / IocPerformance

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

Some results in Prepare show less for Register than for Register+Resolve #103

Closed dadhi closed 2 years ago

dadhi commented 6 years ago

Examples:

image image image

I do understand, that it may be an acceptable error delta. But looking side-by-side the results look weird and doubtful.

So may be, we can be measure differently: like measure Register then measure Resolve, and then just sum-up the results for the Register+Resolve?