-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-30409][SPARK-29173][SQL][TESTS] Use NoOp datasource in SQL benchmarks
#27078
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
Closed
Closed
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
2745330
Add implicit class DatasetToBenchmark
MaxGekk 6d13c37
Use noop() in CSVBenchmark
MaxGekk fb8c2c4
Use noop() in AggregateBenchmark
MaxGekk c28743a
Use noop() in AvroReadBenchmark
MaxGekk e3724b9
Use noop() in BloomFilterBenchmark
MaxGekk 714ecfb
Use noop() in DataSourceReadBenchmark
MaxGekk 3e88a53
Use noop() in DateTimeBenchmark
MaxGekk 052dd0e
Use noop() in ExtractBenchmark
MaxGekk bd0f1ea
Use noop() in FilterPushdownBenchmark
MaxGekk 0d2babc
Use noop() in InExpressionBenchmark
MaxGekk 3db70cc
Use noop() in IntervalBenchmark
MaxGekk 6f89a87
Use noop() in JoinBenchmark
MaxGekk de6cc74
Use noop() in JsonBenchmark
MaxGekk c6f7527
Use noop() in MakeDateTimeBenchmark
MaxGekk 7307ad4
Use noop() in MiscBenchmark
MaxGekk 4cbbff7
Use noop() in NestedSchemaPruningBenchmark
MaxGekk 4fafd43
Use noop() in ObjectHashAggregateExecBenchmark
MaxGekk 4414856
Use noop() in OrcReadBenchmark
MaxGekk 3d22d83
Use noop() in RangeBenchmark
MaxGekk b9bed56
Use noop() in TPCDSQueryBenchmark
MaxGekk 4858f93
Use noop() in UDFBenchmark
MaxGekk eee2948
Use noop() in WideSchemaBenchmark
MaxGekk 6615d5a
Use noop() in WideTableBenchmark
MaxGekk c26164a
Add run-benchmarks.py
MaxGekk d6e519a
Fix run-benchmarks.py
MaxGekk 1957c20
revert "Fix run-benchmarks.py"
MaxGekk 1413425
Revert "Add run-benchmarks.py"
MaxGekk a9b2dd4
Regen benchmark results for JDK 8 & 11 on Linux
MaxGekk 8dd23b7
Regen TPCDSQueryBenchmark for JDK 8 & 11
MaxGekk 7a287f6
Re-gen JsonBenchmark result on JDK 11
MaxGekk 18173e4
Regen JsonBenchmark results on JDK 8
MaxGekk 2a141fd
Merge remote-tracking branch 'origin/master' into noop-in-benchmarks
MaxGekk 677d3e1
Regen WideSchemaBenchmark results on JDK 8 & 11
MaxGekk 9becd93
init
dongjoon-hyun ec8977e
Add filterpushdown
dongjoon-hyun 4f63c3c
All
dongjoon-hyun 2795c24
a
dongjoon-hyun e1a46e7
a
dongjoon-hyun 0cfe42a
Merge pull request #24 from dongjoon-hyun/PR-27078
MaxGekk 24dd096
jdk8
dongjoon-hyun 39f79b0
jdk11
dongjoon-hyun eccde05
Merge pull request #25 from dongjoon-hyun/PR-27078-2
MaxGekk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fix run-benchmarks.py
- Loading branch information
commit d6e519aa09330cf5688e1013fbbfa93a76c68abe
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hey, this is nice but why dont you make a separate PR for this file alone :).
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 am running all those benchmarks on a separate EC2 instance. As soon as it is done (running whole night already). I will commit results and revert the script from the PR.