alamb commented on PR #7719: URL: https://github.com/apache/arrow-rs/pull/7719#issuecomment-2991729069
🤖: Benchmark completed <details><summary>Details</summary> <p> ``` group alamb_STRING_VIEW_LENGTH main ----- ------------------------ ---- concat 1024 arrays boolean 4 1.00 28.7±0.03µs ? ?/sec 1.01 28.8±0.11µs ? ?/sec concat 1024 arrays i32 4 1.00 15.6±0.04µs ? ?/sec 1.00 15.6±0.06µs ? ?/sec concat 1024 arrays str 4 1.01 56.6±0.31µs ? ?/sec 1.00 55.8±0.41µs ? ?/sec concat boolean 1024 1.00 428.0±0.60ns ? ?/sec 1.05 450.3±0.54ns ? ?/sec concat boolean 8192 over 100 arrays 1.00 50.9±0.08µs ? ?/sec 1.00 50.9±0.09µs ? ?/sec concat boolean nulls 1024 1.00 742.8±1.87ns ? ?/sec 1.05 781.0±1.42ns ? ?/sec concat boolean nulls 8192 over 100 arrays 1.00 109.4±0.21µs ? ?/sec 1.00 109.6±0.18µs ? ?/sec concat fixed size lists 1.00 784.5±24.57µs ? ?/sec 1.04 817.4±28.14µs ? ?/sec concat i32 1024 1.00 435.3±0.69ns ? ?/sec 1.01 437.5±0.62ns ? ?/sec concat i32 8192 over 100 arrays 1.03 212.7±7.58µs ? ?/sec 1.00 206.3±3.42µs ? ?/sec concat i32 nulls 1024 1.00 758.6±1.03ns ? ?/sec 1.01 767.0±2.07ns ? ?/sec concat i32 nulls 8192 over 100 arrays 1.00 277.2±6.32µs ? ?/sec 1.01 281.1±9.59µs ? ?/sec concat str 1024 1.00 13.3±1.08µs ? ?/sec 1.03 13.7±1.05µs ? ?/sec concat str 8192 over 100 arrays 1.00 105.3±0.69ms ? ?/sec 1.00 105.8±0.86ms ? ?/sec concat str nulls 1024 1.07 6.7±0.66µs ? ?/sec 1.00 6.2±0.51µs ? ?/sec concat str nulls 8192 over 100 arrays 1.00 51.8±0.56ms ? ?/sec 1.03 53.3±0.34ms ? ?/sec concat str_dict 1024 1.00 2.9±0.01µs ? ?/sec 1.09 3.1±0.02µs ? ?/sec concat str_dict_sparse 1024 1.00 6.9±0.03µs ? ?/sec 1.00 6.9±0.02µs ? ?/sec concat struct with int32 and dicts size=1024 count=2 1.00 6.5±0.03µs ? ?/sec 1.05 6.8±0.10µs ? ?/sec concat utf8_view max_str_len=128 null_density=0 1.00 77.6±0.37µs ? ?/sec 1.00 77.8±0.34µs ? ?/sec concat utf8_view max_str_len=128 null_density=0.2 1.04 87.6±0.33µs ? ?/sec 1.00 84.4±0.36µs ? ?/sec concat utf8_view max_str_len=20 null_density=0 1.05 81.4±0.43µs ? ?/sec 1.00 77.7±0.52µs ? ?/sec concat utf8_view max_str_len=20 null_density=0.2 1.04 87.2±0.15µs ? ?/sec 1.00 84.0±0.47µs ? ?/sec concat utf8_view all_inline max_str_len=12 null_density=0 1.00 46.5±2.95µs ? ?/sec 1.01 47.0±3.44µs ? ?/sec concat utf8_view all_inline max_str_len=12 null_density=0.2 1.04 55.8±3.70µs ? ?/sec 1.00 53.8±4.05µs ? ?/sec ``` </p> </details> -- 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-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org