alamb commented on PR #8564: URL: https://github.com/apache/arrow-rs/pull/8564#issuecomment-3378663603
🤖: Benchmark completed <details><summary>Details</summary> <p> ``` group 8543-follow-up main ----- -------------- ---- BooleanArray::from_iter 2.51 59.9±0.15µs ? ?/sec 1.00 23.9±0.08µs ? ?/sec BooleanArray::from_trusted_len_iter 1.79 40.0±0.06µs ? ?/sec 1.00 22.4±0.03µs ? ?/sec Int64Array::from_iter 2.21 92.0±0.19µs ? ?/sec 1.00 41.6±0.10µs ? ?/sec Int64Array::from_trusted_len_iter 1.92 36.4±0.06µs ? ?/sec 1.00 19.0±0.05µs ? ?/sec array_from_vec 128 1.00 157.6±0.29ns ? ?/sec 1.04 163.3±0.43ns ? ?/sec array_from_vec 256 1.00 166.5±0.38ns ? ?/sec 1.03 171.3±0.25ns ? ?/sec array_from_vec 512 1.00 220.4±0.33ns ? ?/sec 1.05 230.3±0.25ns ? ?/sec array_string_from_vec 128 1.00 1100.8±2.55ns ? ?/sec 1.09 1197.5±1.43ns ? ?/sec array_string_from_vec 256 1.00 1890.3±3.01ns ? ?/sec 1.02 1935.5±3.37ns ? ?/sec array_string_from_vec 512 1.05 3.4±0.02µs ? ?/sec 1.00 3.2±0.01µs ? ?/sec decimal128_array_from_vec 32768 1.00 99.4±0.37µs ? ?/sec 1.00 99.0±0.52µs ? ?/sec decimal256_array_from_vec 32768 1.02 3.9±0.03µs ? ?/sec 1.00 3.9±0.01µs ? ?/sec decimal32_array_from_vec 32768 1.00 85.7±0.10µs ? ?/sec 1.00 85.7±0.15µs ? ?/sec decimal64_array_from_vec 32768 1.00 97.3±0.24µs ? ?/sec 1.00 97.6±0.37µs ? ?/sec struct_array_from_vec 1024 1.05 8.8±0.02µs ? ?/sec 1.00 8.4±0.03µs ? ?/sec struct_array_from_vec 128 1.06 1972.7±10.11ns ? ?/sec 1.00 1854.4±2.60ns ? ?/sec struct_array_from_vec 256 1.03 2.9±0.04µs ? ?/sec 1.00 2.8±0.00µs ? ?/sec struct_array_from_vec 512 1.05 4.9±0.08µs ? ?/sec 1.00 4.6±0.01µ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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
