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