-
Notifications
You must be signed in to change notification settings - Fork 40
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
AWS SDK Caching #127
AWS SDK Caching #127
Conversation
Codecov Report
@@ Coverage Diff @@
## master #127 +/- ##
==========================================
+ Coverage 88.77% 88.79% +0.01%
==========================================
Files 10 10
Lines 1167 1169 +2
==========================================
+ Hits 1036 1038 +2
Misses 91 91
Partials 40 40
Continue to review full report at Codecov.
|
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.
LGTM
Fixes #87
This adds caching for AWS calls
BDD test
Total calls: 1432
Cache Hits: 1137
Cache Misses: 295 (~20%)
Throttled: 0
Scale test (20 EKS IGs CREATE/DELETE)
Total calls: 1953
Cache Hits: 1071
Cache Misses: 882 (45%)
Throttled: 0