Esempio n. 1
0
        static void FoxxPerformanceTests()
        {
            var iterationCount = 10000;
            var performance = new FoxxPerformance();

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

            performance.TestPostCall(iterationCount);
        }