bsglz commented on PR #5171:
URL: https://github.com/apache/hbase/pull/5171#issuecomment-1505279572

   Added perf test class named PerfTestCellComparator.
   Below is once running result:
   <html xmlns:x="tencent"><meta charset="utf-8"><style type='text/css'><!-- td 
{ 
empty-cells:show;line-height:normal;color:#000;vertical-align:middle;outline-width:0;word-wrap:break-word;word-break:normal;white-space:nowrap;
 text-align:left;font-size:10pt; } table { border-collapse: collapse; } font{ 
white-space: pre-wrap }--></style><body><!--StartFragment-->
   
   leftFamLen | rightFamLen | comparator | cost(ms)
   -- | -- | -- | --
   0 | 0 | CellComparatorImpl | 12738
   0 | 0 | InnerStoreCellComparator | 12548
   0 | 4 | CellComparatorImpl | 8541
   0 | 4 | InnerStoreCellComparator | 8142
   4 | 0 | CellComparatorImpl | 8435
   4 | 0 | InnerStoreCellComparator | 8327
   4 | 4 | CellComparatorImpl | 13662
   4 | 4 | InnerStoreCellComparator | 11551
   
   <!--EndFragment--></body></html>


-- 
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]

Reply via email to