Benchmark dynamic ctors

This commit is contained in:
Stephan
2017-07-25 13:33:32 +02:00
parent c31cbf6b6d
commit 0e832d195a
4 changed files with 116 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ namespace Umbraco.Tests.Benchmarks
typeof(LinqCastBenchmarks),
//typeof(DeepCloneBenchmarks),
typeof(XmlPublishedContentInitBenchmarks),
typeof(CtorInvokeBenchmarks),
});
switcher.Run(args);