1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-23 00:58:48 +00:00
X10D/tools/Benchmarks/Program.cs

5 lines
114 B
C#
Raw Normal View History

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