axios/Bundle Size Action

Compares local build artifact gzip sizes against matching files from npm release baselines.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
pathPath to the local project root containing built artifacts.no.
package-namenpm package name whose latest and previous releases provide baseline archives.yes
release-streamOptional leading major version number, such as 0 or 1, used to select npm release baselines from that release stream.no
filesNewline-delimited file paths to compare in the local project and npm release baselines.yes
output-filePath, relative to the local project root, where the JSON comparison report will be written.nobundle-size-comparison.json
markdown-output-filePath, relative to the local project root, where the Markdown comparison report will be written.nobundle-size-comparison.md
namedescription
sizeTotal current gzip size in bytes for all compared files.
comparison-fileAbsolute path to the generated JSON comparison file.
markdown-fileAbsolute path to the generated Markdown comparison file.
total-current-gzip-sizeTotal current gzip size in bytes for all compared files.
total-baseline-gzip-sizeTotal selected primary-release baseline gzip size in bytes for all compared files.
total-delta-gzip-sizeDifference in gzip bytes between current and selected primary-release baseline totals.