6 lines
180 B
C#
6 lines
180 B
C#
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
|
|
|
|
using System.Reflection;
|
|
using BenchmarkDotNet.Running;
|
|
|
|
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());
|