I\'ve found some 2008 benchmark results for testing the performance of several of the top .NET DI/IoC containers here. But I haven\'t been able to find any updated results.
IoC Container Benchmark - Performance comparison has performance and features comparison tables for 20+ products and it is up-to-date (latest update 21.12.2017)
The conclusion from the article:
Especially Simple Injector seems to be a good choice. It's very fast, has a good documentation and also supports advanced scenarios like interception and generic decorators.
See also related https://stackoverflow.com/questions/1140730/net-di-containers-comparison/ question.