Recreate benchmark project and update deps Fix #3561
This commit is contained in:
committed by
Sebastiaan Janssen
parent
f13cc6a210
commit
0803e0fa7f
@@ -2,11 +2,8 @@
|
||||
|
||||
namespace Umbraco.Tests.Benchmarks
|
||||
{
|
||||
internal class Program
|
||||
internal static class Program
|
||||
{
|
||||
public static void Main(string[] args)
|
||||
{
|
||||
new BenchmarkSwitcher(typeof(Program).Assembly).Run(args);
|
||||
}
|
||||
private static void Main(string[] args) => new BenchmarkSwitcher(typeof(Program).Assembly).Run(args);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user