Skip to content

ci: Ensure we can actually run size-limit for release branches - #7214

Merged
mydea merged 1 commit into
developfrom
fn/fix-release-branch-size-limit
Feb 17, 2023
Merged

ci: Ensure we can actually run size-limit for release branches#7214
mydea merged 1 commit into
developfrom
fn/fix-release-branch-size-limit

Conversation

@mydea

Copy link
Copy Markdown
Member

Based on getsentry/size-limit-action#8, this ensures we can actually run size-limit on release branches, which currently fails.

Based on getsentry/size-limit-action#8, this ensures we can actually run size-limit on release branches, which currently fails.
@mydeamydea self-assigned this Feb 17, 2023
@github-actions

Copy link
Copy Markdown
Contributor

size-limit report 📦

PathSize
@sentry/browser - ES5 CDN Bundle (gzipped + minified)20.05 KB (-0.01% 🔽)
@sentry/browser - ES5 CDN Bundle (minified)62.14 KB (0%)
@sentry/browser - ES6 CDN Bundle (gzipped + minified)18.68 KB (-0.02% 🔽)
@sentry/browser - ES6 CDN Bundle (minified)55.29 KB (0%)
@sentry/browser - Webpack (gzipped + minified)20.41 KB (0%)
@sentry/browser - Webpack (minified)66.73 KB (0%)
@sentry/react - Webpack (gzipped + minified)20.44 KB (0%)
@sentry/nextjs Client - Webpack (gzipped + minified)47.78 KB (0%)
@sentry/browser + @sentry/tracing - ES5 CDN Bundle (gzipped + minified)26.93 KB (-0.01% 🔽)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified)25.2 KB (-0.01% 🔽)
@sentry/replay ES6 CDN Bundle (gzipped + minified)42.57 KB (+0.11% 🔺)
@sentry/replay - Webpack (gzipped + minified)36.78 KB (+0.16% 🔺)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified)60.2 KB (+0.09% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified)53.8 KB (+0.1% 🔺)

key: ${{ env.BUILD_CACHE_KEY }}
- name: Check bundle sizes
uses: getsentry/size-limit-action@main-skip-step
uses: getsentry/size-limit-action@runForBranch

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We'll need to change this once the PR is merged and the branch is deleted, right?

Copy link
Copy Markdown
MemberAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

jup, although the previous state was also still using the branch 😅 but yes, def should do a new "release" then. But I'll wait on billy to review there first.

@github-actions

Copy link
Copy Markdown
Contributor

Replay SDK metrics 🚀

Plain+Sentry+Replay
RevisionValueValueDiffRatioValueDiffRatio
LCPThis PR 09c6cbe80.54 ms108.53 ms+28.00 ms+34.76 %133.05 ms+52.51 ms+65.20 %
Previous 1cf898870.81 ms94.27 ms+23.46 ms+33.13 %124.62 ms+53.81 ms+75.99 %
CLSThis PR 09c6cbe0.06 ms0.06 ms+0.00 ms+0.05 %0.06 ms+0.00 ms+0.19 %
Previous 1cf89880.06 ms0.06 ms-0.00 ms-0.39 %0.06 ms-0.00 ms-0.46 %
CPUThis PR 09c6cbe20.31 %21.21 %+0.90 pp+4.44 %28.46 %+8.15 pp+40.13 %
Previous 1cf898812.30 %12.01 %-0.29 pp-2.37 %17.10 %+4.80 pp+39.02 %
JS heap avgThis PR 09c6cbe1.94 MB2 MB+53.31 kB+2.74 %2.87 MB+925.44 kB+47.64 %
Previous 1cf89881.94 MB1.99 MB+48.93 kB+2.52 %2.87 MB+929.88 kB+47.85 %
JS heap maxThis PR 09c6cbe2.3 MB2.58 MB+271.49 kB+11.79 %3.36 MB+1.06 MB+45.91 %
Previous 1cf89882.3 MB2.57 MB+267.17 kB+11.60 %3.35 MB+1.05 MB+45.56 %
netTxThis PR 09c6cbe0 B0 B0 Bn/a2.22 kB+2.22 kBn/a
Previous 1cf89880 B0 B0 Bn/a2.22 kB+2.22 kBn/a
netRxThis PR 09c6cbe0 B0 B0 Bn/a41 B+41 Bn/a
Previous 1cf89880 B0 B0 Bn/a41 B+41 Bn/a
netCountThis PR 09c6cbe000n/a1+1n/a
Previous 1cf8988000n/a1+1n/a
netTimeThis PR 09c6cbe0.00 ms0.00 ms0.00 msn/a76.58 ms+76.58 msn/a
Previous 1cf89880.00 ms0.00 ms0.00 msn/a91.07 ms+91.07 msn/a

Previous results on branch: develop

RevisionLCPCLSCPUJS heap avgJS heap maxnetTxnetRxnetCountnetTime
1cf8988+53.81 ms-0.00 ms+4.80 pp+929.88 kB+1.05 MB+2.22 kB+41 B+1+91.07 ms
68655e3+72.60 ms+0.00 ms+7.90 pp+922.72 kB+1.04 MB+2.22 kB+41 B+1+109.40 ms
a8449de+58.27 ms-0.00 ms+7.12 pp+927.42 kB+1.05 MB+2.2 kB+41 B+1+98.31 ms
79babe9+58.69 ms-0.00 ms+4.40 pp+927.46 kB+1.06 MB+2.23 kB+41 B+1+103.20 ms
5359ba9+55.62 ms-0.00 ms+4.29 pp+935.26 kB+1.05 MB+2.2 kB+41 B+1+79.05 ms

*) pp - percentage points - an absolute difference between two percentages.
Last updated: Fri, 17 Feb 2023 11:00:54 GMT

@mydea
mydea merged commit 82db382 into developFeb 17, 2023
@mydea
mydea deleted the fn/fix-release-branch-size-limit branch February 17, 2023 11:55
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@mydea@Lms24