-
Notifications
You must be signed in to change notification settings - Fork 267
minor: Update TPC-DS microbenchmarks to remove "scan only" and "exec only" runs #2396
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
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2396 +/- ##
============================================
+ Coverage 56.12% 57.52% +1.39%
- Complexity 976 1296 +320
============================================
Files 119 147 +28
Lines 11743 13476 +1733
Branches 2251 2354 +103
============================================
+ Hits 6591 7752 +1161
- Misses 4012 4459 +447
- Partials 1140 1265 +125 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| nameSuffix: String = ""): Unit = { | ||
| queries.foreach { name => | ||
| val source = Source.fromFile(s"spark/src/test/resources/tpcds-micro-benchmarks/$name.sql") | ||
| val source = Source.fromFile(s"src/test/resources/tpcds-micro-benchmarks/$name.sql") |
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.
I had to modify the path to get the benchmark working from the command-line
parthchandra
left a comment
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. Some operations appear to be slower in Comet per these results (though that's a different problem).
…only" runs (apache#2396) * save * Minor cleanup of TPC-DS microbenchmarks * revert * prep for review * prep for review * prep for review
Which issue does this PR close?
N/A
Rationale for this change
There no longer seems to be any value in running Comet microbenchmarks in "scan only" or "exec only" mode.
What changes are included in this PR?
Just run Spark vs Comet comparison.
How are these changes tested?
I ran the benchmarks locally against the 100GB dataset.