6 lines
193 B
C#
6 lines
193 B
C#
// Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
|
|
|
|
using System.Reflection;
|
|
using BenchmarkDotNet.Running;
|
|
|
|
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());
|