static void Main(string[] args) { var config = ConsoleApplicationConfigCreator.CreateBenchConfig(args); BenchmarkRunner.Run <CreateProceduralSectorMinBench>(config); BenchmarkRunner.Run <CreateProceduralSectorBench>(config); BenchmarkRunner.Run <CreateProceduralSectorMaxBench>(config); }
static void Main(string[] args) { var config = ConsoleApplicationConfigCreator.CreateBenchConfig(args); BenchmarkRunner.Run <CreateGlobeBench>(config); }