2019-08-07 18:10:55 +02:00
|
|
|
|
using BenchmarkDotNet.Running;
|
2019-06-02 01:17:07 +02:00
|
|
|
|
|
|
|
|
|
|
namespace Content.Benchmarks
|
|
|
|
|
|
{
|
2019-08-07 18:10:55 +02:00
|
|
|
|
internal static class Program
|
2019-06-02 01:17:07 +02:00
|
|
|
|
{
|
|
|
|
|
|
public static void Main(string[] args)
|
|
|
|
|
|
{
|
2020-07-11 13:21:34 +02:00
|
|
|
|
BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args);
|
2019-06-02 01:17:07 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|