-
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
Conversation
|
|
A new generated diff is ready to view.
|
| * `./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: |
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.
Just wondering, why does iam need a special callout here?
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.
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.
| ## Instructions | ||
|
|
||
| To run the benchmarks: | ||
| * `./gradlew :tests:benchmarks:service-benchmarks:bootstrapAll` |
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
Affected ArtifactsNo artifacts changed size |



Issue #
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.