Audio processing benchmarks.

This commit is contained in:
Pieter-Jan Briers
2020-05-05 23:58:56 +02:00
parent f739301551
commit b9e59fc8d4
2 changed files with 71 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ namespace Content.Benchmarks
{
public static void Main(string[] args)
{
BenchmarkRunner.Run<ComponentManagerGetAllComponents>();
BenchmarkRunner.Run<StereoToMonoBenchmark>();
}
}
}