-
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): remove unused logic from tsc,api-extractor used for partial migration #25678
chore(scripts): remove unused logic from tsc,api-extractor used for partial migration #25678
Conversation
📊 Bundle size reportUnchanged fixtures
|
aa685f9
to
675d36c
Compare
@@ -90,7 +90,7 @@ export function preset() { | |||
task('ts', () => { | |||
return series( | |||
'ts:compile', | |||
condition('copy-compiled', () => isConvergedPackage({ projectType: 'library' })), | |||
'copy-compiled', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
build pipeline is now driven by ts-config as the main source of truth which enables usage cross version (v8,9) without need of creating config discrepancies
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1664 | 1719 | 5000 | |
Button | mount | 1153 | 1205 | 5000 | |
FluentProvider | mount | 1976 | 1983 | 5000 | |
FluentProviderWithTheme | mount | 733 | 742 | 10 | |
FluentProviderWithTheme | virtual-rerender | 676 | 666 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 725 | 725 | 10 | |
MakeStyles | mount | 2289 | 2343 | 50000 | |
SpinButton | mount | 3265 | 3285 | 5000 |
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: 131d20e15d6c59dce2dcbbd8794b5ee75701a670 (build) |
Perf Analysis (
|
Scenario | Current PR Ticks | Baseline Ticks | Ratio | Regression Analysis |
---|---|---|---|---|
AttachmentMinimalPerf.default | 119 | 123 | 0.97:1 | analysis |
Perf tests with no regressions
Scenario | Current PR Ticks | Baseline Ticks | Ratio |
---|---|---|---|
ButtonMinimalPerf.default | 144 | 132 | 1.09:1 |
AttachmentSlotsPerf.default | 908 | 859 | 1.06:1 |
AccordionMinimalPerf.default | 134 | 128 | 1.05:1 |
AvatarMinimalPerf.default | 171 | 163 | 1.05:1 |
TreeWith60ListItems.default | 137 | 130 | 1.05:1 |
SegmentMinimalPerf.default | 312 | 299 | 1.04:1 |
AlertMinimalPerf.default | 222 | 215 | 1.03:1 |
FlexMinimalPerf.default | 264 | 256 | 1.03:1 |
PortalMinimalPerf.default | 141 | 137 | 1.03:1 |
CarouselMinimalPerf.default | 366 | 360 | 1.02:1 |
ChatMinimalPerf.default | 644 | 631 | 1.02:1 |
CheckboxMinimalPerf.default | 1544 | 1511 | 1.02:1 |
GridMinimalPerf.default | 303 | 298 | 1.02:1 |
RosterPerf.default | 1736 | 1702 | 1.02:1 |
StatusMinimalPerf.default | 617 | 603 | 1.02:1 |
TextMinimalPerf.default | 304 | 297 | 1.02:1 |
ButtonOverridesMissPerf.default | 1018 | 1006 | 1.01:1 |
CardMinimalPerf.default | 472 | 466 | 1.01:1 |
DialogMinimalPerf.default | 690 | 683 | 1.01:1 |
DividerMinimalPerf.default | 316 | 312 | 1.01:1 |
LabelMinimalPerf.default | 334 | 332 | 1.01:1 |
LayoutMinimalPerf.default | 312 | 310 | 1.01:1 |
ListNestedPerf.default | 469 | 464 | 1.01:1 |
RefMinimalPerf.default | 188 | 186 | 1.01:1 |
SliderMinimalPerf.default | 1246 | 1236 | 1.01:1 |
SplitButtonMinimalPerf.default | 3285 | 3253 | 1.01:1 |
CustomToolbarPrototype.default | 2168 | 2139 | 1.01:1 |
AnimationMinimalPerf.default | 464 | 466 | 1:1 |
BoxMinimalPerf.default | 296 | 297 | 1:1 |
DatepickerMinimalPerf.default | 4770 | 4755 | 1:1 |
DropdownManyItemsPerf.default | 541 | 539 | 1:1 |
DropdownMinimalPerf.default | 2175 | 2170 | 1:1 |
EmbedMinimalPerf.default | 2641 | 2630 | 1:1 |
HeaderMinimalPerf.default | 319 | 319 | 1:1 |
LoaderMinimalPerf.default | 258 | 257 | 1:1 |
MenuMinimalPerf.default | 728 | 729 | 1:1 |
MenuButtonMinimalPerf.default | 1360 | 1355 | 1:1 |
ReactionMinimalPerf.default | 329 | 328 | 1:1 |
TableManyItemsPerf.default | 1572 | 1579 | 1:1 |
TableMinimalPerf.default | 354 | 355 | 1:1 |
TextAreaMinimalPerf.default | 419 | 418 | 1:1 |
ToolbarMinimalPerf.default | 795 | 795 | 1:1 |
HeaderSlotsPerf.default | 672 | 677 | 0.99:1 |
InputMinimalPerf.default | 850 | 857 | 0.99:1 |
ItemLayoutMinimalPerf.default | 958 | 968 | 0.99:1 |
ProviderMergeThemesPerf.default | 980 | 990 | 0.99:1 |
RadioGroupMinimalPerf.default | 390 | 394 | 0.99:1 |
IconMinimalPerf.default | 570 | 576 | 0.99:1 |
TreeMinimalPerf.default | 691 | 697 | 0.99:1 |
VideoMinimalPerf.default | 625 | 630 | 0.99:1 |
ChatWithPopoverPerf.default | 288 | 293 | 0.98:1 |
ListMinimalPerf.default | 454 | 462 | 0.98:1 |
ButtonSlotsPerf.default | 419 | 434 | 0.97:1 |
ChatDuplicateMessagesPerf.default | 208 | 215 | 0.97:1 |
ListCommonPerf.default | 504 | 517 | 0.97:1 |
PopupMinimalPerf.default | 556 | 576 | 0.97:1 |
ProviderMinimalPerf.default | 310 | 318 | 0.97:1 |
TooltipMinimalPerf.default | 1872 | 1922 | 0.97:1 |
ImageMinimalPerf.default | 335 | 351 | 0.95:1 |
ListWith60ListItems.default | 472 | 498 | 0.95:1 |
SkeletonMinimalPerf.default | 298 | 314 | 0.95:1 |
FormMinimalPerf.default | 329 | 354 | 0.93:1 |
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 675d36c:
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 1196 | 1204 | 5000 | |
Breadcrumb | mount | 2835 | 2763 | 1000 | |
Checkbox | mount | 2627 | 2622 | 5000 | |
CheckboxBase | mount | 2380 | 2375 | 5000 | |
ChoiceGroup | mount | 4286 | 4313 | 5000 | |
ComboBox | mount | 1192 | 1172 | 1000 | |
CommandBar | mount | 9335 | 9297 | 1000 | |
ContextualMenu | mount | 10416 | 10328 | 1000 | |
DefaultButton | mount | 1356 | 1360 | 5000 | |
DetailsRow | mount | 3389 | 3371 | 5000 | |
DetailsRowFast | mount | 3358 | 3361 | 5000 | |
DetailsRowNoStyles | mount | 3200 | 3203 | 5000 | |
Dialog | mount | 3003 | 2946 | 1000 | |
DocumentCardTitle | mount | 588 | 586 | 1000 | |
Dropdown | mount | 3145 | 3162 | 5000 | |
FocusTrapZone | mount | 1994 | 1944 | 5000 | |
FocusZone | mount | 1892 | 1892 | 5000 | |
GroupedList | mount | 1860 | 2080 | 2 | |
GroupedList | virtual-rerender | 1100 | 1108 | 2 | |
GroupedList | virtual-rerender-with-unmount | 1629 | 1651 | 2 | |
GroupedListV2 | mount | 568 | 574 | 2 | |
GroupedListV2 | virtual-rerender | 541 | 557 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 569 | 579 | 2 | |
IconButton | mount | 1777 | 1780 | 5000 | |
Label | mount | 765 | 752 | 5000 | |
Layer | mount | 4216 | 4146 | 5000 | |
Link | mount | 856 | 843 | 5000 | |
MenuButton | mount | 1623 | 1611 | 5000 | |
MessageBar | mount | 2367 | 2310 | 5000 | |
Nav | mount | 3088 | 3042 | 1000 | |
OverflowSet | mount | 1397 | 1399 | 5000 | |
Panel | mount | 2486 | 2486 | 1000 | |
Persona | mount | 1260 | 1255 | 1000 | |
Pivot | mount | 1537 | 1542 | 1000 | |
PrimaryButton | mount | 1476 | 1487 | 5000 | |
Rating | mount | 6923 | 6960 | 5000 | |
SearchBox | mount | 1513 | 1487 | 5000 | |
Shimmer | mount | 2938 | 2940 | 5000 | |
Slider | mount | 2103 | 2107 | 5000 | |
SpinButton | mount | 4260 | 4575 | 5000 | |
Spinner | mount | 836 | 822 | 5000 | |
SplitButton | mount | 2803 | 2809 | 5000 | |
Stack | mount | 858 | 867 | 5000 | |
StackWithIntrinsicChildren | mount | 2337 | 2315 | 5000 | |
StackWithTextChildren | mount | 5015 | 4975 | 5000 | |
SwatchColorPicker | mount | 9478 | 9458 | 5000 | |
TagPicker | mount | 2331 | 2339 | 5000 | |
TeachingBubble | mount | 78400 | 76778 | 5000 | |
Text | mount | 817 | 818 | 5000 | |
TextField | mount | 1574 | 1547 | 5000 | |
ThemeProvider | mount | 1429 | 1472 | 5000 | |
ThemeProvider | virtual-rerender | 1148 | 1148 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 1990 | 2009 | 5000 | |
Toggle | mount | 1140 | 1131 | 5000 | |
buttonNative | mount | 542 | 534 | 5000 |
Pre-requirements:
Current Behavior
New Behavior
Related Issue(s)
Follows #25575