galovics commented on PR #3084: URL: https://github.com/apache/fineract/pull/3084#issuecomment-1490610703
Example sampling output for Loan COB: ``` Sampling data for org.apache.fineract.cob.COBBusinessStepServiceImpl ------------- ApplyChargeToOverdueLoansBusinessStep with 100 data points -> highest: 28ms, average: 15ms, median: 15ms, lowest: 13ms ReloaderService with 600 data points -> highest: 0ms, average: 0ms, median: 0ms, lowest: 0ms AddPeriodicAccrualEntriesBusinessStep with 100 data points -> highest: 3ms, average: 0ms, median: 0ms, lowest: 0ms UpdateLoanArrearsAgingBusinessStep with 100 data points -> highest: 4ms, average: 2ms, median: 2ms, lowest: 2ms SetLoanDelinquencyTagsBusinessStep with 100 data points -> highest: 3ms, average: 1ms, median: 1ms, lowest: 1ms CheckLoanRepaymentOverdueBusinessStep with 100 data points -> highest: 1ms, average: 0ms, median: 0ms, lowest: 0ms CheckLoanRepaymentDueBusinessStep with 100 data points -> highest: 1ms, average: 0ms, median: 0ms, lowest: 0ms ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
