Exemple #1
0
        static void Main(string[] args)
        {
            var config = ConsoleApplicationConfigCreator.CreateBenchConfig(args);

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

            BenchmarkRunner.Run <CreateGlobeBench>(config);
        }