continuity/Benchmarks/Program.cs

7 lines
180 B
C#
Raw Normal View History

2024-02-07 16:40:36 +01:00
// Licensed to Timothy Schenk under the GNU AGPL Version 3 License.
2023-11-20 19:58:30 +01:00
2023-10-12 09:15:34 +02:00
using System.Reflection;
using BenchmarkDotNet.Running;
2023-10-12 08:35:36 +02:00
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());