ManualConfig benchmark_config = ManualConfig.CreateEmpty();
benchmark_config.AddColumnProvider(DefaultColumnProviders.Instance);
benchmark_config.AddLogger(ConsoleLogger.Default);
benchmark_config.AddExporter(DefaultExporters.JsonFull);
benchmark_config.AddJob(Job.Default.WithCustomBuildConfiguration("Benchmarks"));
BenchmarkSwitcher
.FromAssembly(typeof(Program).Assembly)
.Run(args, benchmark_config);
ManualConfig benchmark_config = ManualConfig.CreateEmpty();
benchmark_config.AddColumnProvider(DefaultColumnProviders.Instance);
benchmark_config.AddLogger(ConsoleLogger.Default);
benchmark_config.AddExporter(DefaultExporters.JsonFull);
benchmark_config.AddJob(Job.Default.WithCustomBuildConfiguration("Benchmarks"));
BenchmarkSwitcher
.FromAssembly(typeof(Program).Assembly)
.Run(args, benchmark_config);