Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

feat(core): enabling avif support #2126

Merged
merged 1 commit into from
Nov 29, 2021
Merged

feat(core): enabling avif support #2126

merged 1 commit into from
Nov 29, 2021

Conversation

dphang
Copy link
Collaborator

@dphang dphang commented Nov 29, 2021

No description provided.

@slsnextbot
Copy link
Collaborator

Handler Size Report

No changes to handler sizes.

Base Handler Sizes (kB) (commit 5308f80)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1487,
            "Minified": 802
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1495,
            "Minified": 806
        },
        "Regeneration Lambda": {
            "Standard": 1184,
            "Minified": 544
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 572
        }
    }
}

New Handler Sizes (kB) (commit a7f7312)

{
    "Lambda": {
        "Default Lambda": {
            "Standard": 1524,
            "Minified": 668
        },
        "Image Lambda": {
            "Standard": 1487,
            "Minified": 802
        }
    },
    "Lambda@Edge": {
        "Default Lambda": {
            "Standard": 1534,
            "Minified": 673
        },
        "Default Lambda V2": {
            "Standard": 1526,
            "Minified": 670
        },
        "API Lambda": {
            "Standard": 634,
            "Minified": 318
        },
        "Image Lambda": {
            "Standard": 1495,
            "Minified": 806
        },
        "Regeneration Lambda": {
            "Standard": 1184,
            "Minified": 544
        },
        "Regeneration Lambda V2": {
            "Standard": 1253,
            "Minified": 572
        }
    }
}

@codecov
Copy link

codecov bot commented Nov 29, 2021

Codecov Report

Merging #2126 (a7f7312) into master (5308f80) will increase coverage by 0.01%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2126      +/-   ##
==========================================
+ Coverage   83.49%   83.51%   +0.01%     
==========================================
  Files         102      102              
  Lines        3666     3669       +3     
  Branches     1165     1166       +1     
==========================================
+ Hits         3061     3064       +3     
  Misses        593      593              
  Partials       12       12              
Impacted Files Coverage Δ
packages/libs/core/src/images/imageOptimizer.ts 79.73% <100.00%> (+0.27%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5308f80...a7f7312. Read the comment docs.

@dphang dphang marked this pull request as ready for review November 29, 2021 06:50
@dphang dphang merged commit 9f9ab5b into master Nov 29, 2021
@dphang dphang deleted the dphang--avif branch November 29, 2021 06:51
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants