using BenchmarkDotNet.Running; namespace Apq.Cfg.Benchmarks; public class Program { public static void Main(string[] args) { BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args, new BenchmarkConfig()); } }