using BenchmarkDotNet.Running; namespace ZB.MOM.WW.CDBBC.E2E.Benchmark.Tests; internal static class Program { private static void Main(string[] args) { BenchmarkSwitcher.FromAssembly(typeof(Program).Assembly).Run(args); } }