// Copyright (c) 2023 Timothy Schenk. Subject to the GNU AGPL Version 3 License. using System.Reflection; using BenchmarkDotNet.Running; BenchmarkRunner.Run(Assembly.GetExecutingAssembly());