Skip to content

Commit a2c826a

Browse files
Create Program.cs
1 parent c01999c commit a2c826a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Benchmark/Program.cs

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
using BenchmarkDotNet.Running;
2+
3+
namespace Benchmark
4+
{
5+
internal class Program
6+
{
7+
static void Main(string[] args)
8+
{
9+
BenchmarkRunner.Run<Benchmark>();
10+
}
11+
}
12+
}

0 commit comments

Comments
 (0)