alamb commented on issue #7001: URL: https://github.com/apache/arrow-datafusion/issues/7001#issuecomment-1676333592
@scsmithr how did you get the numbers you report in https://github.com/apache/arrow-datafusion/issues/7001#issuecomment-1675625184 ? I believe the benchmarks default to using only 2 cores: https://github.com/apache/arrow-datafusion/blob/ed85abbb878ef3d60e43797376cb9a40955cd89a/benchmarks/src/options.rs#L29-L31 So if you ran the tests without specifying `--partitions 16` or whatever they probably aren't using eveything I wonder if we should increase the default number of partitions to the core count in the benchmarks 🤔 -- 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]
