notashes commented on PR #20168: URL: https://github.com/apache/datafusion/pull/20168#issuecomment-3859205074
Hey @adriangb / @Dandandan , I have reaised a PR #20182 that adds a couple more benchmark tests that check performance for `StructArray` and `RunArray` related tests. Here's what they look like: ``` group main brunch-prediction ----- ----- --------------------- run_array_int32: multiple, no nulls 1.02 5.2±0.08µs ? ?/sec 1.00 5.1±0.07µs ? ?/sec run_array_int32: multiple, nulls 1.03 5.7±0.08µs ? ?/sec 1.00 5.6±0.05µs ? ?/sec run_array_int32: single, no nulls 1.01 1999.2±216.22ns ? ?/sec 1.00 1986.2±167.83ns ? ?/sec run_array_int32: single, nulls 1.03 2.2±0.21µs ? ?/sec 1.00 2.1±0.16µs ? ?/sec struct_array: multiple, no nulls 1.09 117.1±1.10µs ? ?/sec 1.00 107.6±0.91µs ? ?/sec struct_array: multiple, nulls 1.11 141.5±1.68µs ? ?/sec 1.00 127.5±1.21µs ? ?/sec struct_array: single, no nulls 1.08 39.5±0.39µs ? ?/sec 1.00 36.4±0.44µs ? ?/sec struct_array: single, nulls 1.10 47.5±0.44µs ? ?/sec 1.00 43.1±0.33µs ? ?/sec ``` -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
