Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: add more aggregate functions to benchmark test #706

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

huaxingao
Copy link
Contributor

@huaxingao huaxingao commented Jul 23, 2024

Which issue does this PR close?

Add `

Closes #.

Rationale for this change

What changes are included in this PR?

Add MIN, MAX, COUNT to AggregateBenchmark. I currently have an issue with AVG for the Grouped Aggregate (multiple group keys + single aggregate), so I haven't included AVG yet.

How are these changes tested?

@@ -0,0 +1,464 @@
================================================================================================
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We don't have other bench results under spark/benchmarks, so we may not need to commit this file...

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These result files are very specific to the hardware they are run on, so I'm not sure it is worth checking these in.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

deleted

Copy link
Member

@andygrove andygrove left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks @huaxingao

@huaxingao huaxingao merged commit 0895aa6 into apache:main Jul 30, 2024
74 checks passed
@huaxingao huaxingao deleted the minibenchmark branch July 30, 2024 22:28
@huaxingao
Copy link
Contributor Author

Merged. Thanks @andygrove and @kazuyukitanimura for reviewing!

himadripal pushed a commit to himadripal/datafusion-comet that referenced this pull request Sep 7, 2024
* chore: add more aggregate functions to benchmark test

* delete benchmark result

(cherry picked from commit 0895aa6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants