X10D/tools/Benchmarks/Program.cs

5 lines
111 B
C#
Raw Permalink Normal View History

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