-
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
feat (CI): run react-northstar tests for baseline pipeline of VR tool #25926
Conversation
Asset size changesSize Auditor did not detect a change in bundle size for any component! Baseline commit: a5ab294131ad122d9e76118183e771aeb133d9db (build) |
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 413784e:
|
🕵 fluentuiv8 Open the Visual Regressions report to inspect the 2 screenshots✅ There was 0 screenshots added, 2 screenshots removed, 1035 screenshots unchanged, 0 screenshots with different dimensions and 0 screenshots with visible difference. unknown 2 screenshots
|
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
Avatar | mount | 1279 | 1298 | 5000 | |
Button | mount | 912 | 930 | 5000 | |
FluentProvider | mount | 1465 | 1510 | 5000 | |
FluentProviderWithTheme | mount | 573 | 600 | 10 | |
FluentProviderWithTheme | virtual-rerender | 539 | 564 | 10 | |
FluentProviderWithTheme | virtual-rerender-with-unmount | 566 | 568 | 10 | |
MakeStyles | mount | 1974 | 1988 | 50000 | |
Persona | mount | 2838 | 2853 | 5000 | |
SpinButton | mount | 2360 | 2345 | 5000 |
Perf Analysis (
|
📊 Bundle size reportUnchanged fixtures
|
🕵 fluentuiv9 No visual regressions between this PR and main |
Perf Analysis (
|
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 2187 | 1189 | 5000 | Possible regression |
GroupedList | mount | 1948 | 2231 | 2 | Possible regression |
All results
Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
---|---|---|---|---|---|
BaseButton | mount | 2187 | 1189 | 5000 | Possible regression |
Breadcrumb | mount | 3087 | 3088 | 1000 | |
Checkbox | mount | 2666 | 2671 | 5000 | |
CheckboxBase | mount | 2404 | 2414 | 5000 | |
ChoiceGroup | mount | 4496 | 4499 | 5000 | |
ComboBox | mount | 1285 | 1249 | 1000 | |
CommandBar | mount | 10009 | 9981 | 1000 | |
ContextualMenu | mount | 12607 | 12846 | 1000 | |
DefaultButton | mount | 1386 | 1393 | 5000 | |
DetailsRow | mount | 3643 | 3688 | 5000 | |
DetailsRowFast | mount | 3670 | 3720 | 5000 | |
DetailsRowNoStyles | mount | 3520 | 3526 | 5000 | |
Dialog | mount | 3166 | 3183 | 1000 | |
DocumentCardTitle | mount | 570 | 572 | 1000 | |
Dropdown | mount | 3260 | 3231 | 5000 | |
FocusTrapZone | mount | 2052 | 2074 | 5000 | |
FocusZone | mount | 2049 | 1973 | 5000 | |
GroupedList | mount | 1948 | 2231 | 2 | Possible regression |
GroupedList | virtual-rerender | 1184 | 1139 | 2 | |
GroupedList | virtual-rerender-with-unmount | 1714 | 1713 | 2 | |
GroupedListV2 | mount | 579 | 558 | 2 | |
GroupedListV2 | virtual-rerender | 550 | 564 | 2 | |
GroupedListV2 | virtual-rerender-with-unmount | 581 | 588 | 2 | |
IconButton | mount | 1910 | 1927 | 5000 | |
Label | mount | 746 | 740 | 5000 | |
Layer | mount | 4414 | 4371 | 5000 | |
Link | mount | 831 | 841 | 5000 | |
MenuButton | mount | 1693 | 1710 | 5000 | |
MessageBar | mount | 2387 | 2401 | 5000 | |
Nav | mount | 3313 | 3284 | 1000 | |
OverflowSet | mount | 1370 | 1376 | 5000 | |
Panel | mount | 2550 | 2548 | 1000 | |
Persona | mount | 1345 | 1302 | 1000 | |
Pivot | mount | 1657 | 1652 | 1000 | |
PrimaryButton | mount | 1511 | 1553 | 5000 | |
Rating | mount | 6641 | 6574 | 5000 | |
SearchBox | mount | 1441 | 1402 | 5000 | |
Shimmer | mount | 2808 | 2908 | 5000 | |
Slider | mount | 1922 | 1925 | 5000 | |
SpinButton | mount | 4630 | 4554 | 5000 | |
Spinner | mount | 786 | 812 | 5000 | |
SplitButton | mount | 3012 | 3094 | 5000 | |
Stack | mount | 841 | 805 | 5000 | |
StackWithIntrinsicChildren | mount | 2188 | 2223 | 5000 | |
StackWithTextChildren | mount | 4635 | 4775 | 5000 | |
SwatchColorPicker | mount | 10346 | 9757 | 5000 | |
TagPicker | mount | 2548 | 2713 | 5000 | |
TeachingBubble | mount | 100165 | 99508 | 5000 | |
Text | mount | 774 | 796 | 5000 | |
TextField | mount | 1588 | 1500 | 5000 | |
ThemeProvider | mount | 1476 | 1484 | 5000 | |
ThemeProvider | virtual-rerender | 1026 | 1091 | 5000 | |
ThemeProvider | virtual-rerender-with-unmount | 2161 | 2040 | 5000 | |
Toggle | mount | 1090 | 1101 | 5000 | |
buttonNative | mount | 554 | 552 | 5000 |
Changes:
react-northstar
VR tests to run for baseline pipeline of new VR tool.Related Issue(s)
Part of #25922