danielpalme / IocPerformance

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

Added a hardware independent (rate) output #39

Closed Bartizan closed 10 years ago

Bartizan commented 10 years ago

-Added new rate output based on NoContainerAdapter. The report reflects more or less hardware independent measurements. Each value is a rate of comparing with the base value in NoContainerAdapter. The NoContainerAdapter "supports" all DI features now. -Changed the Interception test calculation

danielpalme commented 10 years ago

Looks good. I will integrate your changes within the next days.

Bartizan commented 10 years ago

Thank you.