adoroszlai commented on PR #10492: URL: https://github.com/apache/ozone/pull/10492#issuecomment-4683131149
On my local PC, before: ``` Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 387.1 s -- in org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testBatchInsertOneMillionRecords -- Time elapsed: 77.17 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testTotalInsertedRecordCountIsOneMillion -- Time elapsed: 0.173 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testCountByStatePerformanceUsesIndex -- Time elapsed: 0.255 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testGroupBySummaryQueryPerformance -- Time elapsed: 0.400 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testPaginatedReadByStatePerformance -- Time elapsed: 0.383 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testFullDatasetReadThroughputAllStates -- Time elapsed: 1.398 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testAtomicReplaceDeleteAndInsertInSingleTransaction -- Time elapsed: 184.6 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testExistingInStateSinceLookupChunksLargeContainerIdList -- Time elapsed: 12.06 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testBatchDeletePerformanceOneMillionRecords -- Time elapsed: 108.9 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testCountByStateAfterFullDelete -- Time elapsed: 0.074 s ``` after: ``` Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 172.3 s -- in org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testBatchInsertOneMillionRecords -- Time elapsed: 12.87 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testTotalInsertedRecordCountIsOneMillion -- Time elapsed: 0.274 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testCountByStatePerformanceUsesIndex -- Time elapsed: 0.396 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testGroupBySummaryQueryPerformance -- Time elapsed: 0.427 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testPaginatedReadByStatePerformance -- Time elapsed: 0.395 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testFullDatasetReadThroughputAllStates -- Time elapsed: 1.151 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testAtomicReplaceDeleteAndInsertInSingleTransaction -- Time elapsed: 76.44 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testExistingInStateSinceLookupChunksLargeContainerIdList -- Time elapsed: 12.22 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testBatchDeletePerformanceOneMillionRecords -- Time elapsed: 66.76 s org.apache.hadoop.ozone.recon.persistence.TestUnhealthyContainersDerbyPerformance.testCountByStateAfterFullDelete -- Time elapsed: 0.048 s ``` The change is good, but it would be nice to get more improvement for CI. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
