namespace ImageProcessorCore.Benchmarks { using BenchmarkDotNet.Running; public class Program { /// /// The main. /// /// /// The arguments to pass to the program. /// public static void Main(string[] args) { new BenchmarkSwitcher(typeof(Program).Assembly).Run(args); } } }