LiaCastaneda commented on PR #25198: URL: https://github.com/apache/datafusion/pull/25198#issuecomment-5637381660
Some results in my local machine with main against https://github.com/apache/datafusion/pull/25185 using these benchmarks ``` Benchmarking dict_shared_values_arc/shared_values_arc/size_8192_card_8192: Analyzing dict_shared_values_arc/shared_values_arc/size_8192_card_8192 time: [4.4547 ms 4.4614 ms 4.4687 ms] thrpt: [58.662 Melem/s 58.759 Melem/s 58.847 Melem/s] change: time: [−3.0930% −2.6048% −2.1563%] (p = 0.00 < 0.05) thrpt: [+2.2038% +2.6745% +3.1918%] Performance has improved. Found 6 outliers among 100 measurements (6.00%) 5 (5.00%) high mild 1 (1.00%) high severe Benchmarking dict_shared_values_arc/shared_values_arc/size_8192_card_100000: Analyzing dict_shared_values_arc/shared_values_arc/size_8192_card_100000 time: [9.4512 ms 9.4870 ms 9.5291 ms] thrpt: [27.510 Melem/s 27.632 Melem/s 27.737 Melem/s] change: time: [−24.007% −23.630% −23.219%] (p = 0.00 < 0.05) thrpt: [+30.240% +30.942% +31.592%] Performance has improved. Found 7 outliers among 100 measurements (7.00%) 5 (5.00%) high mild 2 (2.00%) high severe Benchmarking dict_shared_values_arc/shared_values_arc/size_8192_card_500000: Analyzing dict_shared_values_arc/shared_values_arc/size_8192_card_500000 time: [28.701 ms 28.850 ms 29.010 ms] thrpt: [9.0364 Melem/s 9.0865 Melem/s 9.1335 Melem/s] change: time: [−33.820% −33.095% −32.356%] (p = 0.00 < 0.05) thrpt: [+47.833% +49.466% +51.102%] Performance has improved. Found 6 outliers among 100 measurements (6.00%) 1 (1.00%) low mild 3 (3.00%) high mild 2 (2.00%) high severe ``` -- 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]
