2017-02-09 14:41:22 +01:00
|
|
|
|
using BenchmarkDotNet.Running;
|
2016-10-25 12:34:06 +02:00
|
|
|
|
|
|
|
|
|
|
namespace Umbraco.Tests.Benchmarks
|
|
|
|
|
|
{
|
2016-10-28 14:33:44 +02:00
|
|
|
|
internal class Program
|
2016-10-25 12:34:06 +02:00
|
|
|
|
{
|
2016-10-28 14:33:44 +02:00
|
|
|
|
public static void Main(string[] args)
|
2016-10-25 12:34:06 +02:00
|
|
|
|
{
|
2018-01-20 13:00:10 +11:00
|
|
|
|
new BenchmarkSwitcher(typeof(Program).Assembly).Run(args);
|
2016-10-25 12:34:06 +02:00
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|