cyb70289 commented on pull request #11864:
URL: https://github.com/apache/arrow/pull/11864#issuecomment-998485343


   Thanks @asuhan!
   
   Benchmark results from my side.
   
   - xeon gold 5218, clang-10
   ```
   RandomKernelSystem/1           1087 ns         1087 ns       643130 
items_per_second=919.721k/s
   RandomKernelSystem/64          1195 ns         1195 ns       569159 
items_per_second=53.5696M/s
   RandomKernelSystem/1024        3297 ns         3297 ns       211474 
items_per_second=310.629M/s
   RandomKernelSystem/65536     142826 ns       142822 ns         4901 
items_per_second=458.866M/s
   RandomKernelSeed/1             1024 ns         1024 ns       684204 
items_per_second=976.933k/s
   RandomKernelSeed/64            1175 ns         1174 ns       592768 
items_per_second=54.497M/s
   RandomKernelSeed/1024          3287 ns         3287 ns       212929 
items_per_second=311.508M/s
   RandomKernelSeed/65536       142411 ns       142407 ns         4915 
items_per_second=460.202M/s
   ```
   
   - neoverse n1, clang-10
   ```
   RandomKernelSystem/1           1165 ns         1163 ns       604388 
items_per_second=859.781k/s
   RandomKernelSystem/64          1435 ns         1435 ns       486791 
items_per_second=44.5953M/s
   RandomKernelSystem/1024        5816 ns         5816 ns       120251 
items_per_second=176.061M/s
   RandomKernelSystem/65536     298966 ns       298949 ns         2340 
items_per_second=219.221M/s
   RandomKernelSeed/1             1143 ns         1143 ns       609795 
items_per_second=874.584k/s
   RandomKernelSeed/64            1421 ns         1421 ns       491659 
items_per_second=45.0482M/s
   RandomKernelSeed/1024          5824 ns         5824 ns       120451 
items_per_second=175.838M/s
   RandomKernelSeed/65536       299161 ns       299150 ns         2338 
items_per_second=219.074M/s
   ```
   
   - apple m1, apple-clang-13
   ```
   RandomKernelSystem/1            620 ns          620 ns      1116663 
items_per_second=1.61325M/s
   RandomKernelSystem/64           685 ns          685 ns      1013494 
items_per_second=93.4255M/s
   RandomKernelSystem/1024        1894 ns         1894 ns       370065 
items_per_second=540.794M/s
   RandomKernelSystem/65536     117037 ns       117037 ns         5972 
items_per_second=559.961M/s
   RandomKernelSeed/1              615 ns          615 ns      1118086 
items_per_second=1.62504M/s
   RandomKernelSeed/64             676 ns          676 ns      1034340 
items_per_second=94.6046M/s
   RandomKernelSeed/1024          1891 ns         1891 ns       372129 
items_per_second=541.405M/s
   RandomKernelSeed/65536       117154 ns       117154 ns         5970 
items_per_second=559.402M/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