Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: add job to compare bundle size in PRs #1767

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

dyc3
Copy link
Owner

@dyc3 dyc3 commented Apr 30, 2024

No description provided.

Copy link
Owner Author

dyc3 commented Apr 30, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @dyc3 and the rest of your teammates on Graphite Graphite

Copy link

cypress bot commented Apr 30, 2024

Passing run #1938 ↗︎

0 84 1 0 Flakiness 0

Details:

Merge 51ab196 into 86c87f1...
Project: OpenTogetherTube Commit: dcfbafdd06 ℹ️
Status: Passed Duration: 04:54 💡
Started: Apr 30, 2024 6:42 PM Ended: Apr 30, 2024 6:47 PM

Review all test suite changes for PR #1767 ↗︎

Copy link

codecov bot commented Apr 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.7959%. Comparing base (86c87f1) to head (51ab196).
Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##             master      #1767   +/-   ##
===========================================
  Coverage   62.7959%   62.7959%           
===========================================
  Files           168        168           
  Lines         24879      24879           
  Branches       1444       1444           
===========================================
  Hits          15623      15623           
  Misses         9203       9203           
  Partials         53         53           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dyc3 dyc3 force-pushed the 04-30-ci_add_job_to_compare_bundle_size_in_prs branch 4 times, most recently from 060c67c to e30ea68 Compare April 30, 2024 18:20
Copy link

github-actions bot commented Apr 30, 2024

Bundle size diff

diff -u /tmp/bundle-size-base.txt/bundle-size.txt /tmp/bundle-size-head.txt/bundle-size.txt
--- /tmp/bundle-size-base.txt/bundle-size.txt	2024-04-30 18:43:31.695328717 +0000
+++ /tmp/bundle-size-head.txt/bundle-size.txt	2024-04-30 18:43:32.147329729 +0000
@@ -36,13 +36,13 @@
 �[2mdist/�[22m�[2massets/�[22m�[36mHome-hash.js                               �[39m�[1m�[2m    5.43 kB�[22m�[1m�[22m�[2m │ gzip:   1.34 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mYoutubePlayer-hash.js                      �[39m�[1m�[2m    5.86 kB�[22m�[1m�[22m�[2m │ gzip:   2.22 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mde-hash.js                                 �[39m�[1m�[2m   10.79 kB�[22m�[1m�[22m�[2m │ gzip:   4.49 kB�[22m
-�[2mdist/�[22m�[2massets/�[22m�[36mfr-hash.js                                 �[39m�[1m�[2m   11.59 kB�[22m�[1m�[22m�[2m │ gzip:   4.79 kB�[22m
+�[2mdist/�[22m�[2massets/�[22m�[36mfr-hash.js                                 �[39m�[1m�[2m   11.59 kB�[22m�[1m�[22m�[2m │ gzip:   4.78 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mru-hash.js                                 �[39m�[1m�[2m   12.40 kB�[22m�[1m�[22m�[2m │ gzip:   6.42 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mes-hash.js                                 �[39m�[1m�[2m   14.05 kB�[22m�[1m�[22m�[2m │ gzip:   5.97 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mPeertubePlayer-hash.js                     �[39m�[1m�[2m   16.35 kB�[22m�[1m�[22m�[2m │ gzip:   5.54 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mVimeoPlayer-hash.js                        �[39m�[1m�[2m   39.99 kB�[22m�[1m�[22m�[2m │ gzip:  12.52 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mRoom-hash.js                               �[39m�[1m�[2m  161.82 kB�[22m�[1m�[22m�[2m │ gzip:  50.74 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mGoogleDrivePlayer-hash.js                  �[39m�[1m�[33m  604.87 kB�[39m�[22m�[2m │ gzip: 173.51 kB�[22m
-�[2mdist/�[22m�[2massets/�[22m�[36mindex-hash.js                              �[39m�[1m�[33m  743.54 kB�[39m�[22m�[2m │ gzip: 248.18 kB�[22m
+�[2mdist/�[22m�[2massets/�[22m�[36mindex-hash.js                              �[39m�[1m�[33m  743.54 kB�[39m�[22m�[2m │ gzip: 248.17 kB�[22m
 �[2mdist/�[22m�[2massets/�[22m�[36mPlyrPlayer-hash.js                         �[39m�[1m�[33m1,280.78 kB�[39m�[22m�[2m │ gzip: 379.37 kB�[22m
-�[32m✓ built in 27.06s�[39m
+�[32m✓ built in 25.37s�[39m

@dyc3 dyc3 force-pushed the 04-30-ci_add_job_to_compare_bundle_size_in_prs branch 3 times, most recently from 0e91c01 to 89d6243 Compare April 30, 2024 18:37
@dyc3 dyc3 force-pushed the 04-30-ci_add_job_to_compare_bundle_size_in_prs branch from 89d6243 to 51ab196 Compare April 30, 2024 18:40
@dyc3 dyc3 marked this pull request as ready for review April 30, 2024 18:44
@dyc3 dyc3 merged commit ea69f9a into master Apr 30, 2024
25 of 42 checks passed
@dyc3 dyc3 deleted the 04-30-ci_add_job_to_compare_bundle_size_in_prs branch April 30, 2024 18:45
Copy link

cypress bot commented Apr 30, 2024

Passing run #1939 ↗︎

0 84 1 0 Flakiness 0

Details:

ci: add job to compare bundle size in PRs (#1767)
Project: OpenTogetherTube Commit: ea69f9a6f4
Status: Passed Duration: 05:11 💡
Started: Apr 30, 2024 6:46 PM Ended: Apr 30, 2024 6:51 PM

Review all test suite changes for PR #1767 ↗︎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant