You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by GitBox <gi...@apache.org> on 2021/01/22 09:55:35 UTC

[GitHub] [arrow] cyb70289 opened a new pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

cyb70289 opened a new pull request #9292:
URL: https://github.com/apache/arrow/pull/9292


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] cyb70289 commented on pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

Posted by GitBox <gi...@apache.org>.
cyb70289 commented on pull request #9292:
URL: https://github.com/apache/arrow/pull/9292#issuecomment-767349125


   mingw32 ci failure is not relevant


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] github-actions[bot] commented on pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

Posted by GitBox <gi...@apache.org>.
github-actions[bot] commented on pull request #9292:
URL: https://github.com/apache/arrow/pull/9292#issuecomment-765286541


   https://issues.apache.org/jira/browse/ARROW-11346


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] pitrou closed pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

Posted by GitBox <gi...@apache.org>.
pitrou closed pull request #9292:
URL: https://github.com/apache/arrow/pull/9292


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] cyb70289 commented on pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

Posted by GitBox <gi...@apache.org>.
cyb70289 commented on pull request #9292:
URL: https://github.com/apache/arrow/pull/9292#issuecomment-765287468


   On Xeon(R) Gold 5218, compiled with clang-9.
   ```
   ---------------------------------------------------------------------------------------------
   Benchmark                                   Time             CPU   Iterations UserCounters...
   ---------------------------------------------------------------------------------------------
   QuantileKernelInt32/1048576/10000        2317 us         2317 us          303 bytes_per_second=431.623M/s null_percent=0.01 size=1048.58k
   QuantileKernelInt32/1048576/100          1445 us         1445 us          484 bytes_per_second=691.86M/s null_percent=1 size=1048.58k
   QuantileKernelInt32/1048576/10           1930 us         1930 us          363 bytes_per_second=518.236M/s null_percent=10 size=1048.58k
   QuantileKernelInt32/1048576/2            1814 us         1814 us          386 bytes_per_second=551.129M/s null_percent=50 size=1048.58k
   QuantileKernelInt32/1048576/1           0.640 us        0.640 us      1094700 bytes_per_second=1.49004T/s null_percent=100 size=1048.58k
   QuantileKernelInt32/1048576/0            2155 us         2155 us          325 bytes_per_second=463.971M/s null_percent=0 size=1048.58k
   QuantileKernelInt64/1048576/10000         936 us          936 us          749 bytes_per_second=1068.56M/s null_percent=0.01 size=1048.58k
   QuantileKernelInt64/1048576/100          1180 us         1180 us          592 bytes_per_second=847.643M/s null_percent=1 size=1048.58k
   QuantileKernelInt64/1048576/10            896 us          896 us          786 bytes_per_second=1116.39M/s null_percent=10 size=1048.58k
   QuantileKernelInt64/1048576/2             813 us          813 us          862 bytes_per_second=1.20162G/s null_percent=50 size=1048.58k
   QuantileKernelInt64/1048576/1           0.642 us        0.642 us      1091460 bytes_per_second=1.48548T/s null_percent=100 size=1048.58k
   QuantileKernelInt64/1048576/0             937 us          937 us          748 bytes_per_second=1067.5M/s null_percent=0 size=1048.58k
   QuantileKernelDouble/1048576/10000       1217 us         1217 us          575 bytes_per_second=821.591M/s null_percent=0.01 size=1048.58k
   QuantileKernelDouble/1048576/100         1340 us         1340 us          522 bytes_per_second=746.154M/s null_percent=1 size=1048.58k
   QuantileKernelDouble/1048576/10           972 us          972 us          721 bytes_per_second=1029.08M/s null_percent=10 size=1048.58k
   QuantileKernelDouble/1048576/2            937 us          937 us          747 bytes_per_second=1067.54M/s null_percent=50 size=1048.58k
   QuantileKernelDouble/1048576/1          0.654 us        0.654 us      1071271 bytes_per_second=1.4589T/s null_percent=100 size=1048.58k
   QuantileKernelDouble/1048576/0           1330 us         1330 us          526 bytes_per_second=751.827M/s null_percent=0 size=1048.58k
   ```


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [arrow] cyb70289 commented on pull request #9292: ARROW-11346: [C++][Compute] Implement quantile kernel benchmark

Posted by GitBox <gi...@apache.org>.
cyb70289 commented on pull request #9292:
URL: https://github.com/apache/arrow/pull/9292#issuecomment-765433306


   travis ci error not related


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org