fix benchmark
improve some test diagnostics fix some bug where order of shutdown of AiControllerComponent mattered or Processor was never initialized
This commit is contained in:
@@ -6,7 +6,8 @@ namespace Content.Benchmarks
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BenchmarkRunner.Run<StereoToMonoBenchmark>();
|
||||
BenchmarkRunner.Run<ComponentManagerGetAllComponents>();
|
||||
//ComponentManagerGetAllComponents.TestRun();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user