This repository was archived by the owner on Jan 28, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 460
chore: post handler size comparisons for non-fork PRs #1320
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov Report
@@ Coverage Diff @@
## master #1320 +/- ##
=======================================
Coverage 83.61% 83.61%
=======================================
Files 97 97
Lines 3345 3345
Branches 1001 1001
=======================================
Hits 2797 2797
Misses 486 486
Partials 62 62 Continue to review full report at Codecov.
|
Handler Size Report
Base Handler Sizes (kB) (commit b962279){
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1231,
"Minified": 435
},
"API Lambda": {
"Standard": 81,
"Minified": 33
},
"Image Lambda": {
"Standard": 903,
"Minified": 357
},
"Regeneration Lambda": {
"Standard": 629,
"Minified": 223
}
}
} New Handler Sizes (kB) (commit 8befa7f){
"Lambda@Edge": {
"Default Lambda": {
"Standard": 1231,
"Minified": 435
},
"API Lambda": {
"Standard": 81,
"Minified": 33
},
"Image Lambda": {
"Standard": 903,
"Minified": 357
},
"Regeneration Lambda": {
"Standard": 629,
"Minified": 223
}
}
} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related: #1314. For fork/dependabot PRs it would need a bit additional work (i.e a locked down API to post the comment, etc.) and possibly doing some prettifying via a table, etc.