kosiew commented on PR #25044: URL: https://github.com/apache/datafusion/pull/25044#issuecomment-5828841857
[benchmark run 2](https://github.com/apache/datafusion/pull/25410#issuecomment-5811406383) filtered for slower cases only ``` Benchmark | HEAD | bench-25044 | Change -- | -- | -- | -- 256_containers/in_list/1024 | 13.6 µs | 20.4 µs | 50% slower 256_containers/in_list/256 | 12.7 µs | 18.3 µs | 44% slower 256_containers/in_list_with_null/1025 | 13.6 µs | 20.5 µs | 51% slower 256_containers/in_list_with_null/257 | 12.8 µs | 18.3 µs | 43% slower evaluate/in_list/256 | 202.5 µs | 228.6 µs | 13% slower evaluate/in_list_with_null/257 | 205.5 µs | 228.8 µs | 11% slower ``` -- 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]
