[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Class Performance - Expected?

  • Thread starter Thread starter Roger Blanchard
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top