aws / aws-encryption-sdk-python

AWS Encryption SDK
https://docs.aws.amazon.com/encryption-sdk/latest/developer-guide/introduction.html
Apache License 2.0
233 stars 83 forks source link

chore: performance tests for ESDK-python #680

Closed RitvikKapila closed 2 months ago

RitvikKapila commented 3 months ago

Issue #, if available:

Description of changes: Performance tests for ESDK-python for comparison between keyrings and master key providers based on execution time and memory used.

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

Check any applicable:

RitvikKapila commented 3 months ago

What's your plan for running this in CI? I wonder if you can put this in GHA...

Currently for CI, I'm thinking of putting this in CodeBuild for consistency with other tests using MPL.