ComponentFetchBenchmark

This commit is contained in:
Pieter-Jan Briers
2020-07-11 13:21:34 +02:00
parent b6b31b7294
commit db0026a365
2 changed files with 258 additions and 2 deletions

View File

@@ -6,8 +6,7 @@ namespace Content.Benchmarks
{
public static void Main(string[] args)
{
BenchmarkRunner.Run<ComponentManagerGetAllComponents>();
//ComponentManagerGetAllComponents.TestRun();
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
}
}
}