continuity/Benchmarks/Program.cs

7 lines
196 B
C#
Raw Normal View History

2023-11-20 18:58:30 +00:00
// // Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License.
2023-10-12 07:15:34 +00:00
using System.Reflection;
using BenchmarkDotNet.Running;
2023-10-12 06:35:36 +00:00
BenchmarkRunner.Run(Assembly.GetExecutingAssembly());