Arango.ConsoleTests.Program.FoxxPerformanceTests C# (CSharp) Method

FoxxPerformanceTests() static private method

static private FoxxPerformanceTests ( ) : void
return void
        static void FoxxPerformanceTests()
        {
            var iterationCount = 10000;
            var performance = new FoxxPerformance();

            performance.TestPostCall(iterationCount);
        }