R
Roger Blanchard
Guest
Okay, I guess it helps to compare apples to apples. The UpdateMediaTotal2.p we created to compare performance had no logging as it was all removed for this test. The classes still had some logging enabled which is what was slowing down the test. After removing the logging the results are; Calling .p 1000 times - between 80-100ms Creating instance of class and calling METHOD 1000 times - between 20-25ms which is faster than calling the .p. NEWING class and calling METHOD at same time - between 100-120ms
Continue reading...
Continue reading...