AlenkaF commented on PR #40358:
URL: https://github.com/apache/arrow/pull/40358#issuecomment-2012348750
Looking better after your last suggestions Joris:
```
Running
/var/folders/gw/q7wqd4tx18n_9t4kbkd0bj1m0000gn/T/arrow-archery-w9c6kiee/WORKSPACE/build/release/arrow-tensor-benchmark
Run on (8 X 24 MHz CPU s)
CPU Caches:
L1 Data 64 KiB
L1 Instruction 128 KiB
L2 Unified 4096 KiB (x8)
Load Average: 16.45, 17.62, 11.63
-----------------------------------------------------------------------------------------------------
Benchmark Time CPU
Iterations UserCounters...
-----------------------------------------------------------------------------------------------------
BatchToTensorSimple<UInt8Type>/65536 458536 ns 458333 ns
1504 bytes_per_second=13.3168Gi/s items_per_second=14.2988G/s
BatchToTensorSimple<UInt8Type>/4194304 51650596 ns 40859385 ns
13 bytes_per_second=9.56023Gi/s items_per_second=10.2652G/s
BatchToTensorSimple<UInt16Type>/65536 443072 ns 441767 ns
1327 bytes_per_second=13.8161Gi/s items_per_second=7.41748G/s
BatchToTensorSimple<UInt16Type>/4194304 37997653 ns 36128500 ns
18 bytes_per_second=10.8121Gi/s items_per_second=5.8047G/s
BatchToTensorSimple<UInt32Type>/65536 556504 ns 525753 ns
1625 bytes_per_second=11.6091Gi/s items_per_second=3.11629G/s
BatchToTensorSimple<UInt32Type>/4194304 47726554 ns 38831059 ns
17 bytes_per_second=10.0596Gi/s items_per_second=2.70035G/s
BatchToTensorSimple<UInt64Type>/65536 543929 ns 510296 ns
1071 bytes_per_second=11.9607Gi/s items_per_second=1.60534G/s
BatchToTensorSimple<UInt64Type>/4194304 104417887 ns 55937176 ns
17 bytes_per_second=6.98328Gi/s items_per_second=937.28M/s
BatchToTensorSimple<Int8Type>/65536 542291 ns 530495 ns
1000 bytes_per_second=11.5053Gi/s items_per_second=12.3537G/s
BatchToTensorSimple<Int8Type>/4194304 55069580 ns 44818231 ns
13 bytes_per_second=8.71576Gi/s items_per_second=9.35848G/s
BatchToTensorSimple<Int16Type>/65536 472947 ns 466738 ns
1604 bytes_per_second=13.077Gi/s items_per_second=7.02065G/s
BatchToTensorSimple<Int16Type>/4194304 45937775 ns 40318200 ns
15 bytes_per_second=9.68855Gi/s items_per_second=5.2015G/s
BatchToTensorSimple<Int32Type>/65536 439955 ns 438705 ns
1351 bytes_per_second=13.9126Gi/s items_per_second=3.73463G/s
BatchToTensorSimple<Int32Type>/4194304 38181667 ns 36099833 ns
18 bytes_per_second=10.8207Gi/s items_per_second=2.90466G/s
BatchToTensorSimple<Int64Type>/65536 440425 ns 439585 ns
1583 bytes_per_second=13.8847Gi/s items_per_second=1.86358G/s
BatchToTensorSimple<Int64Type>/4194304 51548936 ns 39940333 ns
15 bytes_per_second=9.78021Gi/s items_per_second=1.31268G/s
BatchToTensorSimple<HalfFloatType>/65536 435417 ns 434107 ns
1526 bytes_per_second=14.0599Gi/s items_per_second=7.54836G/s
BatchToTensorSimple<HalfFloatType>/4194304 48649122 ns 38652385 ns
13 bytes_per_second=10.1061Gi/s items_per_second=5.42567G/s
BatchToTensorSimple<FloatType>/65536 432115 ns 430647 ns
1522 bytes_per_second=14.1729Gi/s items_per_second=3.80451G/s
BatchToTensorSimple<FloatType>/4194304 42923344 ns 38628000 ns
16 bytes_per_second=10.1125Gi/s items_per_second=2.71455G/s
BatchToTensorSimple<DoubleType>/65536 442113 ns 441402 ns
1304 bytes_per_second=13.8276Gi/s items_per_second=1.85591G/s
BatchToTensorSimple<DoubleType>/4194304 60867021 ns 44292875 ns
16 bytes_per_second=8.81914Gi/s items_per_second=1.18368G/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]