Rachelint opened a new issue, #11807: URL: https://github.com/apache/datafusion/issues/11807
### Is your feature request related to a problem or challenge? I found a extremely strange different results for two `dfbench` binaries... - The first one is built by running `cargo build --release --bin dfbench` in `datafusion` dir. - The second is built by running `cargo build --release --bin dfbench` in `datafusion/benchmarks` dir. And in my local, I found in `main brach`: - The first one cost 9200+ms when running q22 in clickbench. - The second one cost 8800+ms when running q22 in clickbench. In my branch in #11802 - The first one cost 8800+ms when running q22 in clickbench. - The second one cost 9200+ms when running q22 in clickbench. ### Describe the solution you'd like I want to know why... It confused me much... ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
