pitrou commented on PR #14523: URL: https://github.com/apache/arrow/pull/14523#issuecomment-1310660736
For the record, here are the benchmark results here: ``` --------------------------------------------------------------------------------------------------------------------------------- Benchmark Time CPU Iterations UserCounters... --------------------------------------------------------------------------------------------------------------------------------- ColumnReaderSkipInt32/Repetition:0/BatchSize:100/iterations:10 2191628 ns 2190581 ns 10 bytes_per_second=2.17676G/s ColumnReaderSkipInt32/Repetition:0/BatchSize:1000/iterations:10 331052 ns 330886 ns 10 bytes_per_second=14.4109G/s ColumnReaderSkipInt32/Repetition:0/BatchSize:10000/iterations:10 157148 ns 156976 ns 10 bytes_per_second=30.3764G/s ColumnReaderSkipInt32/Repetition:0/BatchSize:100000/iterations:10 65870 ns 65674 ns 10 bytes_per_second=72.6066G/s ColumnReaderSkipInt32/Repetition:1/BatchSize:100/iterations:10 6318134 ns 4394207 ns 10 bytes_per_second=591.599M/s ColumnReaderSkipInt32/Repetition:1/BatchSize:1000/iterations:10 971296 ns 970811 ns 10 bytes_per_second=2.61501G/s ColumnReaderSkipInt32/Repetition:1/BatchSize:10000/iterations:10 734258 ns 733732 ns 10 bytes_per_second=3.45995G/s ColumnReaderSkipInt32/Repetition:1/BatchSize:100000/iterations:10 330200 ns 330065 ns 10 bytes_per_second=7.69144G/s ColumnReaderSkipInt32/Repetition:2/BatchSize:100/iterations:10 5695362 ns 5693852 ns 10 bytes_per_second=484.091M/s ColumnReaderSkipInt32/Repetition:2/BatchSize:1000/iterations:10 1402463 ns 1401984 ns 10 bytes_per_second=1.91995G/s ColumnReaderSkipInt32/Repetition:2/BatchSize:10000/iterations:10 1148923 ns 1148497 ns 10 bytes_per_second=2.34371G/s ColumnReaderSkipInt32/Repetition:2/BatchSize:100000/iterations:10 525567 ns 524824 ns 10 bytes_per_second=5.12884G/s ColumnReaderReadBatchInt32/Repetition:0/BatchSize:100/iterations:10 189879 ns 189498 ns 10 bytes_per_second=25.1632G/s ColumnReaderReadBatchInt32/Repetition:0/BatchSize:1000/iterations:10 114942 ns 114825 ns 10 bytes_per_second=41.5272G/s ColumnReaderReadBatchInt32/Repetition:0/BatchSize:10000/iterations:10 115618 ns 115571 ns 10 bytes_per_second=41.2593G/s ColumnReaderReadBatchInt32/Repetition:0/BatchSize:100000/iterations:10 116905 ns 116825 ns 10 bytes_per_second=40.8163G/s ColumnReaderReadBatchInt32/Repetition:1/BatchSize:100/iterations:10 2014855 ns 2014633 ns 10 bytes_per_second=1.26012G/s ColumnReaderReadBatchInt32/Repetition:1/BatchSize:1000/iterations:10 709143 ns 708919 ns 10 bytes_per_second=3.58105G/s ColumnReaderReadBatchInt32/Repetition:1/BatchSize:10000/iterations:10 568496 ns 568183 ns 10 bytes_per_second=4.46807G/s ColumnReaderReadBatchInt32/Repetition:1/BatchSize:100000/iterations:10 547385 ns 547319 ns 10 bytes_per_second=4.63839G/s ColumnReaderReadBatchInt32/Repetition:2/BatchSize:100/iterations:10 3282103 ns 3281312 ns 10 bytes_per_second=840.013M/s ColumnReaderReadBatchInt32/Repetition:2/BatchSize:1000/iterations:10 1131684 ns 1130339 ns 10 bytes_per_second=2.38136G/s ColumnReaderReadBatchInt32/Repetition:2/BatchSize:10000/iterations:10 885073 ns 885070 ns 10 bytes_per_second=3.04128G/s ColumnReaderReadBatchInt32/Repetition:2/BatchSize:100000/iterations:10 868194 ns 867931 ns 10 bytes_per_second=3.10133G/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]
