aws / aws-secretsmanager-agent

The AWS Secrets Manager Agent is a local HTTP service that you can install and use in your compute environments to read secrets from Secrets Manager and cache them in memory.
Apache License 2.0
611 stars 24 forks source link

Optimize release profile #38

Open simonmarty opened 2 weeks ago

simonmarty commented 2 weeks ago

Issue #, if available: See https://github.com/aws/aws-secretsmanager-agent/discussions/9

https://doc.rust-lang.org/cargo/reference/profiles.html

Description of changes:

Experimenting with release profile parameters

Before merging:

Run a load test and verify this leads to a consistent performance improvement on

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