mapleFU commented on PR #36298:
URL: https://github.com/apache/arrow/pull/36298#issuecomment-1609888218

   M1 MacOS, clang++13.0, Release(O2):
   
   ```
   BM_DictDecodingInt64_repeats/1024                                     1016 
ns         1013 ns       694975 bytes_per_second=7.53056G/s 
items_per_second=1010.73M/s
   BM_DictDecodingInt64_repeats/4096                                     1373 
ns         1369 ns       480367 bytes_per_second=22.2907G/s 
items_per_second=2.99181G/s
   BM_DictDecodingInt64_repeats/32768                                    4692 
ns         4672 ns       141777 bytes_per_second=52.2591G/s 
items_per_second=7.0141G/s
   BM_DictDecodingInt64_repeats/65536                                    8837 
ns         8828 ns        71320 bytes_per_second=55.3124G/s 
items_per_second=7.42391G/s
   BM_DictEncodingInt64_repeats/1024                                     6120 
ns         5971 ns       117212 bytes_per_second=1.27764G/s 
items_per_second=171.482M/s
   BM_DictEncodingInt64_repeats/4096                                    23239 
ns        23204 ns        30078 bytes_per_second=1.31518G/s 
items_per_second=176.52M/s
   BM_DictEncodingInt64_repeats/32768                                  192336 
ns       185895 ns         3687 bytes_per_second=1.31332G/s 
items_per_second=176.271M/s
   BM_DictEncodingInt64_repeats/65536                                  386575 
ns       371757 ns         1870 bytes_per_second=1.31344G/s 
items_per_second=176.287M/s
   BM_DictDecodingInt64_literals/1024                                    2027 
ns         1862 ns       376684 bytes_per_second=4.09711G/s 
items_per_second=549.904M/s
   BM_DictDecodingInt64_literals/4096                                    5082 
ns         4902 ns       143489 bytes_per_second=6.22589G/s 
items_per_second=835.625M/s
   BM_DictDecodingInt64_literals/32768                                  68385 
ns        59901 ns        12076 bytes_per_second=4.07575G/s 
items_per_second=547.038M/s
   BM_DictDecodingInt64_literals/65536                                 114003 
ns       111464 ns         6023 bytes_per_second=4.38064G/s 
items_per_second=587.959M/s
   BM_DictEncodingInt64_literals/1024                                    7405 
ns         7394 ns        94886 bytes_per_second=1056.53M/s 
items_per_second=138.482M/s
   BM_DictEncodingInt64_literals/4096                                   30762 
ns        30462 ns        23066 bytes_per_second=1025.87M/s 
items_per_second=134.463M/s
   BM_DictEncodingInt64_literals/32768                                 267431 
ns       267176 ns         2494 bytes_per_second=935.713M/s 
items_per_second=122.646M/s
   BM_DictEncodingInt64_literals/65536                                 581665 
ns       580486 ns         1139 bytes_per_second=861.347M/s 
items_per_second=112.898M/s
   ```


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