-
Notifications
You must be signed in to change notification settings - Fork 28.9k
[SPARK-37080][INFRA] Add benchmark tool guide in pull request template #34349
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
| If tests were added, say they were added here. Please make sure to add some test cases that check the changes thoroughly including negative and positive cases if possible. | ||
| If it was tested in a way different from regular unit tests, please clarify how you tested step by step, ideally copy and paste-able, so that other reviewers can test and check, and descendants can verify in the future. | ||
| If tests were not added, please describe why they were not added and/or why it was difficult to add. | ||
| If benchmark tests were added, please run the benchmarks in GitHub Actions for the consistent environment, and the instructions could accord to: https://spark.apache.org/developer-tools.html#github-workflow-benchmarks. |
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.
| If benchmark tests were added, please run the benchmarks in GitHub Actions for the consistent environment, and the instructions could accord to: https://spark.apache.org/developer-tools.html#github-workflow-benchmarks. | |
| If benchmark tests were added, please run the benchmarks via GitHub Actions, see also https://spark.apache.org/developer-tools.html#github-workflow-benchmarks. |
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 actually documented this in https://spark.apache.org/contributing.html but mentioning here again is fine as one of the key points you should know.
|
Merged to master (since the tests don't cover this change in any event). |
|
Kubernetes integration test starting |
|
thank you @HyukjinKwon |
|
Kubernetes integration test status failure |
|
Test build #144482 has finished for PR 34349 at commit
|
What changes were proposed in this pull request?
Add benchmark tool guide in pull request template
Why are the changes needed?
Add benchmark tool guide in pull request template to help developers find it.
Does this PR introduce any user-facing change?
yes, pr template changed
How was this patch tested?
not needed