-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
chore(scripts-tasks): remove not needed api-extractor task logs #27094
chore(scripts-tasks): remove not needed api-extractor task logs #27094
Conversation
Asset size changesUnable to find bundle size details for Baseline commit: 4f76849 Possible causes
Recommendations
|
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 3cfdc17:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 914 | 898 | 5000 | |
Button | mount | 585 | 569 | 5000 | |
Field | mount | 1692 | 1636 | 5000 | |
FluentProvider | mount | 1172 | 1170 | 5000 | |
FluentProviderWithTheme | mount | 306 | 310 | 10 | |
FluentProviderWithTheme | virtual-rerender | 275 | 280 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 292 | 296 | 10 | |
InfoButton | mount | 198 | 206 | 5000 | |
MakeStyles | mount | 1299 | 1309 | 50000 | |
Persona | mount | 2270 | 2253 | 5000 | |
SpinButton | mount | 1986 | 1993 | 5000 |
📊 Bundle size reportUnchanged fixtures
|
Perf Analysis (
|
🕵 fluentuiv9 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 981 | 988 | 5000 | |
Breadcrumb | mount | 2358 | 2359 | 1000 | |
Checkbox | mount | 2231 | 2230 | 5000 | |
CheckboxBase | mount | 1992 | 1970 | 5000 | |
ChoiceGroup | mount | 3832 | 3883 | 5000 | |
ComboBox | mount | 1043 | 1031 | 1000 | |
CommandBar | mount | 8325 | 8350 | 1000 | |
ContextualMenu | mount | 16561 | 16543 | 1000 | |
DefaultButton | mount | 1151 | 1155 | 5000 | |
DetailsRow | mount | 3017 | 3056 | 5000 | |
DetailsRowFast | mount | 3047 | 3039 | 5000 | |
DetailsRowNoStyles | mount | 2826 | 2852 | 5000 | |
Dialog | mount | 3371 | 3371 | 1000 | |
DocumentCardTitle | mount | 445 | 441 | 1000 | |
Dropdown | mount | 2777 | 2716 | 5000 | |
FocusTrapZone | mount | 1672 | 1651 | 5000 | |
FocusZone | mount | 1624 | 1585 | 5000 | |
GroupedList | mount | 50306 | 58134 | 2 | |
GroupedList | virtual-rerender | 24582 | 24420 | 2 | |
GroupedList | virtual-rerender-with-unmount | 76510 | 76477 | 2 | |
GroupedListV2 | mount | 454 | 449 | 2 | |
GroupedListV2 | virtual-rerender | 448 | 444 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 449 | 467 | 2 | |
IconButton | mount | 1613 | 1584 | 5000 | |
Label | mount | 577 | 577 | 5000 | |
Layer | mount | 3669 | 3734 | 5000 | |
Link | mount | 666 | 666 | 5000 | |
MenuButton | mount | 1399 | 1408 | 5000 | |
MessageBar | mount | 28159 | 28175 | 5000 | |
Nav | mount | 2725 | 2804 | 1000 | |
OverflowSet | mount | 1137 | 1136 | 5000 | |
Panel | mount | 2172 | 2164 | 1000 | |
Persona | mount | 1110 | 1099 | 1000 | |
Pivot | mount | 1335 | 1326 | 1000 | |
PrimaryButton | mount | 1273 | 1277 | 5000 | |
Rating | mount | 5871 | 5882 | 5000 | |
SearchBox | mount | 1256 | 1327 | 5000 | |
Shimmer | mount | 2409 | 2441 | 5000 | |
Slider | mount | 1795 | 1793 | 5000 | |
SpinButton | mount | 3963 | 3884 | 5000 | |
Spinner | mount | 641 | 641 | 5000 | |
SplitButton | mount | 2640 | 2632 | 5000 | |
Stack | mount | 666 | 671 | 5000 | |
StackWithIntrinsicChildren | mount | 1255 | 1265 | 5000 | |
StackWithTextChildren | mount | 3374 | 3374 | 5000 | |
SwatchColorPicker | mount | 8332 | 8275 | 5000 | |
TagPicker | mount | 2195 | 2153 | 5000 | |
Text | mount | 623 | 625 | 5000 | |
TextField | mount | 1321 | 1320 | 5000 | |
ThemeProvider | mount | 1245 | 1242 | 5000 | |
ThemeProvider | virtual-rerender | 886 | 898 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 1805 | 1830 | 5000 | |
Toggle | mount | 895 | 932 | 5000 | |
buttonNative | mount | 421 | 405 | 5000 |
5e02d2f
to
2a3f426
Compare
2a3f426
to
682cc23
Compare
682cc23
to
3cfdc17
Compare
🕵 fluentuiv8 No visual regressions between this PR and main |
🕵 FluentUI-v0 No visual regressions between this PR and main |
* master: (39 commits) Added merge tests for custom styles (microsoft#27086) fix: make Option's checkIcon slot render conditionally (microsoft#27409) docs: add subcomponents to Combobox and Dropdown docs (microsoft#27410) Breadcrumb spec (microsoft#26742) bugfix(react-utilities): increments SlotRenderFunction signature to include children (microsoft#27377) fix: Menu should not steal focus on close (microsoft#27414) Fixed Overflow component when there's more then one children element (microsoft#27402) feat(scripts-executors): support custom base and printing all affected packages for checkIfPackagesAffected (microsoft#27364) applying package updates feat(scripts-tasks): make perf test setup generic (microsoft#26920) fix: ColorPicker preview color updated to ignore forced colors (microsoft#27394) fix: Fix babel build error on windows (microsoft#27406) chore(react-datepicker-compat): Add vr-tests and bundle-size fixtures for DatePicker (microsoft#27351) fix(react-dialog): DialogContent scrollbar always visible (microsoft#27367) docs: Add tokens search (microsoft#27265) chore(scripts-tasks): remove not needed api-extractor task logs (microsoft#27094) chore(react-tree): adds e2e flat tree tests (microsoft#27318) applying package updates Accessibility fix for empty vertical bar chart (microsoft#26254) fix(react-datepicker-compat): Fix theming issues with all themes and WHCM (microsoft#27361) ...
Previous Behavior
New Behavior
Related Issue(s)