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