alamb commented on issue #16643: URL: https://github.com/apache/datafusion/issues/16643#issuecomment-3151925891
BTW as [part of something else](https://github.com/apache/datafusion/pull/17038/), I noticed we don't seem to be Compiling ClickBench with the native CPU instructions: https://github.com/ClickHouse/ClickBench/blob/f4b58bdb60e452e22c8d99196f90afe2158f7b3a/datafusion/benchmark.sh#L17 Specifically, I think `RUSTFLAGS` should be updated from ``` RUSTFLAGS="-C codegen-units=1" ``` to ``` RUSTFLAGS="-C codegen-units=1 -C target-cpu=native" ``` Is that something you can try @pmcgleenon ? -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org