ctsk opened a new issue, #15684: URL: https://github.com/apache/datafusion/issues/15684
### Is your feature request related to a problem or challenge? I think it would be useful if the benchmarks would consider environment variables for the datafusion configuration. This would let developers easily modify any datafusion setting and compare the performance, ideally even without having to recompile the benchmarks. Thoughts? ### Describe the solution you'd like I want to run this: ``` export DATAFUSION_EXECUTION_TARGET_PARTITIONS=1 export DATAFUSION_EXECUTION_COALESCE_BATCHES=false ./bench.sh run tpch ``` ... and have the tpch benchmark use the provided settings. ### Describe alternatives you've considered N/A ### Additional context I saw `datafusion-cli` already picks up these variables, but the benchmarks seem to not do that. -- 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.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