Benchmarks project along with a component manager benchmark. (#251)
This commit is contained in:
committed by
GitHub
parent
400778eb73
commit
dd13d969b2
13
Content.Benchmarks/Program.cs
Normal file
13
Content.Benchmarks/Program.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using BenchmarkDotNet.Configs;
|
||||
using BenchmarkDotNet.Running;
|
||||
|
||||
namespace Content.Benchmarks
|
||||
{
|
||||
internal class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
BenchmarkRunner.Run<ComponentManagerGetAllComponents>();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user