alamb opened a new pull request, #12146: URL: https://github.com/apache/datafusion/pull/12146
## Which issue does this PR close? Part of ## Rationale for this change @ejbyfeldt's great PR to improve STDDEV and VAR https://github.com/apache/datafusion/pull/12095 did not had not improve any existing benchmarks. I think it would be good to add one. ## What changes are included in this PR? Add a query to the "extended" clickbench queries (that we use to benchmark datafusion) that has stddev and var ## Are these changes tested? I tested it manually like this: ```shell ./bench.sh run clickbench_extended ``` ## Are there any user-facing changes? <!-- If there are user-facing changes then we may require documentation to be updated before approving the PR. --> <!-- If there are any breaking changes to public APIs, please add the `api change` label. --> -- 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