TestPostCall() 공개 메소드

public TestPostCall ( int iterationCount ) : void
iterationCount int
리턴 void
예제 #1
0
        static void FoxxPerformanceTests()
        {
            var iterationCount = 10000;
            var performance = new FoxxPerformance();

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

            performance.TestPostCall(iterationCount);
        }