mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-09 23:25:43 +00:00
5 lines
111 B
C#
5 lines
111 B
C#
using System.Reflection;
|
|
using BenchmarkDotNet.Running;
|
|
|
|
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());
|