X10D/tools/Benchmarks/Program.cs

5 lines
114 B
C#
Raw Permalink Normal View History

2023-04-06 01:30:17 +00:00
using System.Reflection;
using BenchmarkDotNet.Running;
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());