Example #1
0
        static void FoxxPerformanceTests()
        {
            var iterationCount = 10000;
            var performance = new FoxxPerformance();

            performance.TestPostCall(iterationCount);
        }
Example #2
0
        static void FoxxPerformanceTests()
        {
            var iterationCount = 10000;
            var performance    = new FoxxPerformance();

            performance.TestPostCall(iterationCount);
        }