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 2022/02/21 05:43:55 UTC

[GitHub] [arrow] cyb70289 commented on pull request #12478: ARROW-15740: [C++][Compute] Benchmark element wise min/max

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


   Example output:
   ```
   MaxElementWiseArrayArrayInt64/32768/10000          163 us          163 us         4300 items_per_second=201.348M/s null_percent=0.01 size=32.768k
   MaxElementWiseArrayArrayInt64/32768/100            197 us          197 us         3552 items_per_second=166.542M/s null_percent=1 size=32.768k
   MaxElementWiseArrayArrayInt64/32768/10             269 us          269 us         2605 items_per_second=121.908M/s null_percent=10 size=32.768k
   MaxElementWiseArrayArrayInt64/32768/2              466 us          466 us         1503 items_per_second=70.3588M/s null_percent=50 size=32.768k
   MaxElementWiseArrayArrayInt64/32768/1             19.0 us         19.0 us        36974 items_per_second=1.7224G/s null_percent=100 size=32.768k
   MaxElementWiseArrayArrayInt64/32768/0             53.0 us         53.0 us        13152 items_per_second=618.349M/s null_percent=0 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/10000        41.5 us         41.5 us        16765 items_per_second=789.188M/s null_percent=0.01 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/100          64.9 us         64.9 us        10826 items_per_second=504.847M/s null_percent=1 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/10            111 us          111 us         6328 items_per_second=296.531M/s null_percent=10 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/2             220 us          220 us         3189 items_per_second=149.157M/s null_percent=50 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/1            13.9 us         13.9 us        51460 items_per_second=2.36159G/s null_percent=100 size=32.768k
   MaxElementWiseArrayScalarInt64/32768/0            31.7 us         31.7 us        22056 items_per_second=1033.33M/s null_percent=0 size=32.768k
   MaxElementWiseArrayArrayString/32768/10000        1613 us         1613 us          438 items_per_second=20.31M/s null_percent=0.01 size=32.768k
   MaxElementWiseArrayArrayString/32768/100          1595 us         1595 us          434 items_per_second=20.5439M/s null_percent=1 size=32.768k
   MaxElementWiseArrayArrayString/32768/10           1611 us         1611 us          435 items_per_second=20.3393M/s null_percent=10 size=32.768k
   MaxElementWiseArrayArrayString/32768/2            1527 us         1527 us          459 items_per_second=21.4656M/s null_percent=50 size=32.768k
   MaxElementWiseArrayArrayString/32768/1             346 us          346 us         2023 items_per_second=94.6769M/s null_percent=100 size=32.768k
   MaxElementWiseArrayArrayString/32768/0            1634 us         1634 us          422 items_per_second=20.0532M/s null_percent=0 size=32.768k
   MaxElementWiseArrayScalarString/32768/10000        997 us          997 us          702 items_per_second=32.8677M/s null_percent=0.01 size=32.768k
   MaxElementWiseArrayScalarString/32768/100          997 us          997 us          701 items_per_second=32.8589M/s null_percent=1 size=32.768k
   MaxElementWiseArrayScalarString/32768/10          1000 us         1000 us          699 items_per_second=32.779M/s null_percent=10 size=32.768k
   MaxElementWiseArrayScalarString/32768/2           1021 us         1021 us          685 items_per_second=32.1039M/s null_percent=50 size=32.768k
   MaxElementWiseArrayScalarString/32768/1            497 us          497 us         1406 items_per_second=65.8742M/s null_percent=100 size=32.768k
   MaxElementWiseArrayScalarString/32768/0            960 us          960 us          730 items_per_second=34.1409M/s null_percent=0 size=32.768k
   ```


-- 
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: github-unsubscribe@arrow.apache.org

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