You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before we GA the SDK we need to benchmark our performance and also improve it where it falls short of the desired performance levels. We need to identify the usage patterns for platforms, services, operations and prioritize accordingly.
The content you are editing has changed. Please copy your edits and refresh the page.
There does not exist a cross-SDK standard for accepted benchmarking levels, because it's heavily dependent on the language. Some services to have SLA (e.g., S3Express has SLA for time it takes for operations).
To gauge which part of the SDK to benchmark, take a look at what other SDKs have done.
Also, consider making list of candidates that may take bulk of the time during request/response flow (e.g., signing for request).
Build a reusable benchmarking tool (if needed) on top of SRA observability and use that.
Before we GA the SDK we need to benchmark our performance and also improve it where it falls short of the desired performance levels. We need to identify the usage patterns for platforms, services, operations and prioritize accordingly.
Tasks
Added by @dayaffe 5/21/24
The text was updated successfully, but these errors were encountered: