(Performance testing): Extended Tokens hashed#32304
Draft
EdDaWord wants to merge 9 commits intomicrosoft:masterfrom
Draft
(Performance testing): Extended Tokens hashed#32304EdDaWord wants to merge 9 commits intomicrosoft:masterfrom
EdDaWord wants to merge 9 commits intomicrosoft:masterfrom
Conversation
9ad9d6e to
e5ce9d1
Compare
chore(motion): add bundle size fixtures (microsoft#31730) fix(react-calendar-compat): fixed focus indicator cut off (microsoft#31596) feat: use custom states for button and anchor button variants (microsoft#31718) docs: add min-width styles to Table and DataGrid stories, add best practices (microsoft#31721) fix:react-nav-preview: High contrast issues (microsoft#31704) Pretty & lint & yarn change Somehow missed change files Fix one of the tests Fix React-text test Use hashed name for each semantic and control token
e5ce9d1 to
f32f216
Compare
Collaborator
📊 Bundle size reportUnchanged fixtures
|
Collaborator
Perf Analysis (
|
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| FluentProviderWithTheme | mount | 82 | 90 | 10 | Possible regression |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 82 | 75 | 10 | Possible regression |
All results
| Scenario | Render type | Master Ticks | PR Ticks | Iterations | Status |
|---|---|---|---|---|---|
| Avatar | mount | 637 | 652 | 5000 | |
| Button | mount | 292 | 318 | 5000 | |
| Field | mount | 1163 | 1126 | 5000 | |
| FluentProvider | mount | 727 | 718 | 5000 | |
| FluentProviderWithTheme | mount | 82 | 90 | 10 | Possible regression |
| FluentProviderWithTheme | virtual-rerender | 31 | 37 | 10 | |
| FluentProviderWithTheme | virtual-rerender-with-unmount | 82 | 75 | 10 | Possible regression |
| MakeStyles | mount | 891 | 885 | 50000 | |
| Persona | mount | 1775 | 1763 | 5000 | |
| SpinButton | mount | 1401 | 1397 | 5000 | |
| SwatchPicker | mount | 1633 | 1674 | 5000 |
fabricteam
reviewed
Aug 15, 2024
| @@ -0,0 +1,7 @@ | |||
| { | |||
Collaborator
There was a problem hiding this comment.
🕵🏾♀️ visual regressions to review in the fluentuiv9 Visual Regression Report
Avatar Converged 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| Avatar Converged.Badge Mask RTL.chromium.png | 8 | Changed |
Card Converged 4 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| Card Converged.Appearance High Contrast.chromium.png | 5345 | Changed |
| Card Converged.Appearance Dark Mode.chromium.png | 366 | Changed |
| Card Converged.Appearance RTL.chromium.png | 276 | Changed |
| Card Converged.appearance.chromium.png | 276 | Changed |
Card Converged - Interactive 6 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| Card Converged - Interactive.Appearance Interactive Outline Dark Mode.chromium.png | 242 | Changed |
| Card Converged - Interactive.appearance interactive - Outline.chromium.png | 183 | Changed |
| Card Converged - Interactive.Appearance Interactive Outline High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Interactive.Appearance Interactive Filled High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Interactive.Appearance Interactive Subtle High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Interactive.Appearance Interactive Filled Alternative High Contrast.chromium.png | 1014 | Changed |
Card Converged - Selectable 7 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| Card Converged - Selectable.Appearance Selectable Filled Alternative High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Selectable.Appearance Selectable Subtle High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Selectable.Appearance Selectable Outline RTL.chromium.png | 183 | Changed |
| Card Converged - Selectable.Appearance Selectable Outline High Contrast.chromium.png | 1014 | Changed |
| Card Converged - Selectable.Appearance Selectable Outline Dark Mode.chromium.png | 242 | Changed |
| Card Converged - Selectable.appearance selectable - Outline.chromium.png | 183 | Changed |
| Card Converged - Selectable.Appearance Selectable Filled High Contrast.chromium.png | 1014 | Changed |
Drawer 1 screenshots
| Image Name | Diff(in Pixels) | Image Type |
|---|---|---|
| Drawer.Full Overlay High Contrast.chromium.png | 2219 | Changed |
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.

Description
Following up on this prototype: #31692
We want to see the low end of how few kBs we can get if we used a "hashed" name for each of the semantic and control tokens
Not hashing Semantic and Control Token names:


Hashed names for Semantic and Control Token names:

