-
Notifications
You must be signed in to change notification settings - Fork 172
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
Conversation
@@ -0,0 +1,464 @@ | |||
================================================================================================ |
There was a problem hiding this comment.
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...
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
deleted
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks @huaxingao
Merged. Thanks @andygrove and @kazuyukitanimura for reviewing! |
* chore: add more aggregate functions to benchmark test * delete benchmark result (cherry picked from commit 0895aa6)
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 withAVG
for theGrouped Aggregate (multiple group keys + single aggregate)
, so I haven't includedAVG
yet.How are these changes tested?