Skip to content

ci: Fix adding size info to release - #7221

Merged
mydea merged 1 commit into
developfrom
fn/fix-release-size-info
Feb 20, 2023
Merged

ci: Fix adding size info to release#7221
mydea merged 1 commit into
developfrom
fn/fix-release-size-info

Conversation

@mydea

Copy link
Copy Markdown
Member

Must actually use the group1 instead of match here, also github.head_ref is sadly not available, but apparently env.GITHUB_REF is (see https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#release).

@mydeamydea self-assigned this Feb 17, 2023
@github-actions

github-actionsBot commented Feb 17, 2023

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%)
@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%)
@sentry/browser + @sentry/tracing - ES6 CDN Bundle (gzipped + minified)25.2 KB (0%)
@sentry/replay ES6 CDN Bundle (gzipped + minified)42.57 KB (+0.01% 🔺)
@sentry/replay - Webpack (gzipped + minified)36.78 KB (0%)
@sentry/browser + @sentry/tracing + @sentry/replay - ES6 CDN Bundle (gzipped + minified)60.2 KB (+0.01% 🔺)
@sentry/browser + @sentry/replay - ES6 CDN Bundle (gzipped + minified)53.8 KB (0%)

@github-actions

github-actionsBot commented Feb 17, 2023

Copy link
Copy Markdown
Contributor

Replay SDK metrics 🚀

Plain+Sentry+Replay
RevisionValueValueDiffRatioValueDiffRatio
LCPThis PR 7f4c4ec78.28 ms106.41 ms+28.13 ms+35.94 %134.91 ms+56.64 ms+72.35 %
Previous 00d236074.35 ms93.37 ms+19.02 ms+25.58 %129.53 ms+55.18 ms+74.22 %
CLSThis PR 7f4c4ec0.06 ms0.06 ms+0.00 ms+0.03 %0.06 ms-0.00 ms-0.36 %
Previous 00d23600.06 ms0.06 ms+0.00 ms+0.50 %0.06 ms+0.00 ms+0.58 %
CPUThis PR 7f4c4ec19.73 %19.05 %-0.68 pp-3.44 %25.31 %+5.57 pp+28.25 %
Previous 00d236015.68 %12.36 %-3.33 pp-21.20 %17.91 %+2.23 pp+14.22 %
JS heap avgThis PR 7f4c4ec1.94 MB2 MB+58.06 kB+2.99 %2.87 MB+927.42 kB+47.76 %
Previous 00d23601.94 MB1.99 MB+49.51 kB+2.55 %2.88 MB+934.14 kB+48.08 %
JS heap maxThis PR 7f4c4ec2.3 MB2.56 MB+255.81 kB+11.11 %3.36 MB+1.06 MB+45.97 %
Previous 00d23602.31 MB2.57 MB+262.18 kB+11.37 %3.36 MB+1.05 MB+45.58 %
netTxThis PR 7f4c4ec0 B0 B0 Bn/a2.21 kB+2.21 kBn/a
Previous 00d23600 B0 B0 Bn/a2.22 kB+2.22 kBn/a
netRxThis PR 7f4c4ec0 B0 B0 Bn/a41 B+41 Bn/a
Previous 00d23600 B0 B0 Bn/a41 B+41 Bn/a
netCountThis PR 7f4c4ec000n/a1+1n/a
Previous 00d2360000n/a1+1n/a
netTimeThis PR 7f4c4ec0.00 ms0.00 ms0.00 msn/a110.83 ms+110.83 msn/a
Previous 00d23600.00 ms0.00 ms0.00 msn/a71.65 ms+71.65 msn/a

Previous results on branch: develop

RevisionLCPCLSCPUJS heap avgJS heap maxnetTxnetRxnetCountnetTime
00d2360+55.18 ms+0.00 ms+2.23 pp+934.14 kB+1.05 MB+2.22 kB+41 B+1+71.65 ms

*) pp - percentage points - an absolute difference between two percentages.
Last updated: Fri, 17 Feb 2023 16:10:49 GMT

@mydea
mydea merged commit c46c56c into developFeb 20, 2023
@mydea
mydea deleted the fn/fix-release-size-info branch February 20, 2023 09:30
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