-
Notifications
You must be signed in to change notification settings - Fork 55
chore: update benchmark README #1559
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -6,10 +6,7 @@ are complete | |
|
|
||
| ## Instructions | ||
|
|
||
| To run the benchmarks: | ||
| * `./gradlew :tests:benchmarks:service-benchmarks:bootstrapAll` | ||
| This ensures that all the required service clients are bootstrapped and ready to be built. **You only need to do this | ||
| once** in your workspace unless you clean up generated services or make a change to codegen. | ||
| Ensure all services, including `iam`, have been generated before proceeding with the benchmarks. To run the benchmarks: | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Just wondering, why does
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Oh, It's because iam is not mention in this README, but it was required to bootstrapall: https://github.com/awslabs/aws-sdk-kotlin/blob/7b786d01beee036540e1bb339f313e7b69029abd/tests/benchmarks/service-benchmarks/build.gradle.kts I was thinking pointing this out would be less confusing. |
||
| * `./gradlew build` | ||
| This builds the whole SDK. | ||
| * `./gradlew :tests:benchmarks:service-benchmarks:run` | ||
|
|
||
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.
Also note for other reviewers, bootstrapAll was removed in this PR almost a year ago: #1279