2017-05-12 14:49:44 +02:00
|
|
|
|
using BenchmarkDotNet.Running;
|
2016-10-25 12:34:06 +02:00
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Tests.Benchmarks
|
|
|
|
|
|
{
|
2018-11-08 15:33:14 +00:00
|
|
|
|
internal static class Program
|
2016-10-25 12:34:06 +02:00
|
|
|
|
{
|
2018-11-08 15:33:14 +00:00
|
|
|
|
private static void Main(string[] args) => new BenchmarkSwitcher(typeof(Program).Assembly).Run(args);
|
2016-10-25 12:34:06 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|