chore(react): setup monosize for measuring bundle size which will replace size-auditor bot#30382
Merged
Hotell merged 3 commits intomicrosoft:masterfrom Jan 29, 2024
Merged
Conversation
Hotell
commented
Jan 24, 2024
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 0e384c0:
|
Collaborator
🕵 fluentuiv8 No visual regressions between this PR and main |
Collaborator
📊 Bundle size report
🤖 This report was generated against 2ca494a0955af92ab3259c6fb08aa02125aee867 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 2ca494a0955af92ab3259c6fb08aa02125aee867 (build) |
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| BaseButton | mount | 615 | 633 | 5000 | |
| Breadcrumb | mount | 1693 | 1674 | 1000 | |
| Checkbox | mount | 1667 | 1708 | 5000 | |
| CheckboxBase | mount | 1477 | 1464 | 5000 | |
| ChoiceGroup | mount | 2959 | 2875 | 5000 | |
| ComboBox | mount | 651 | 658 | 1000 | |
| CommandBar | mount | 6188 | 6126 | 1000 | |
| ContextualMenu | mount | 11779 | 12144 | 1000 | |
| DefaultButton | mount | 743 | 745 | 5000 | |
| DetailsRow | mount | 2164 | 2153 | 5000 | |
| DetailsRowFast | mount | 2154 | 2178 | 5000 | |
| DetailsRowNoStyles | mount | 2012 | 1972 | 5000 | |
| Dialog | mount | 2630 | 2778 | 1000 | |
| DocumentCardTitle | mount | 226 | 220 | 1000 | |
| Dropdown | mount | 1987 | 1960 | 5000 | |
| FocusTrapZone | mount | 1130 | 1126 | 5000 | |
| FocusZone | mount | 1073 | 1049 | 5000 | |
| GroupedList | mount | 42033 | 42282 | 2 | |
| GroupedList | virtual-rerender | 17957 | 20003 | 2 | |
| GroupedList | virtual-rerender-with-unmount | 50504 | 50645 | 2 | |
| GroupedListV2 | mount | 228 | 223 | 2 | |
| GroupedListV2 | virtual-rerender | 212 | 202 | 2 | |
| GroupedListV2 | virtual-rerender-with-unmount | 227 | 238 | 2 | |
| IconButton | mount | 1087 | 1086 | 5000 | |
| Label | mount | 329 | 339 | 5000 | |
| Layer | mount | 2726 | 2701 | 5000 | |
| Link | mount | 397 | 392 | 5000 | |
| MenuButton | mount | 927 | 950 | 5000 | |
| MessageBar | mount | 21337 | 21222 | 5000 | |
| Nav | mount | 1942 | 1959 | 1000 | |
| OverflowSet | mount | 769 | 775 | 5000 | |
| Panel | mount | 2010 | 1782 | 1000 | |
| Persona | mount | 722 | 727 | 1000 | |
| Pivot | mount | 856 | 877 | 1000 | |
| PrimaryButton | mount | 871 | 833 | 5000 | |
| Rating | mount | 4560 | 4680 | 5000 | |
| SearchBox | mount | 902 | 895 | 5000 | |
| Shimmer | mount | 1814 | 1880 | 5000 | |
| Slider | mount | 1288 | 1278 | 5000 | |
| SpinButton | mount | 2846 | 2956 | 5000 | |
| Spinner | mount | 377 | 388 | 5000 | |
| SplitButton | mount | 1784 | 1813 | 5000 | |
| Stack | mount | 407 | 409 | 5000 | |
| StackWithIntrinsicChildren | mount | 846 | 867 | 5000 | |
| StackWithTextChildren | mount | 2594 | 2612 | 5000 | |
| SwatchColorPicker | mount | 6138 | 6212 | 5000 | |
| TagPicker | mount | 1423 | 1449 | 5000 | |
| Text | mount | 359 | 370 | 5000 | |
| TextField | mount | 912 | 922 | 5000 | |
| ThemeProvider | mount | 811 | 826 | 5000 | |
| ThemeProvider | virtual-rerender | 587 | 576 | 5000 | |
| ThemeProvider | virtual-rerender-with-unmount | 1246 | 1275 | 5000 | |
| Toggle | mount | 630 | 602 | 5000 | |
| buttonNative | mount | 187 | 182 | 5000 |
10 tasks
…lace-size auditor bot
6abb5ae to
1cef58d
Compare
2 tasks
TristanWatanabe
approved these changes
Jan 29, 2024
micahgodbolt
approved these changes
Jan 29, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Previous Behavior
New Behavior
this adds following to react project:
Related Issue(s)
SizeAuditortomonosize#27933