Native perf benchmarking infra for Fabric components#15772
Open
iamAbhi-916 wants to merge 16 commits intomicrosoft:mainfrom
Open
Native perf benchmarking infra for Fabric components#15772iamAbhi-916 wants to merge 16 commits intomicrosoft:mainfrom
iamAbhi-916 wants to merge 16 commits intomicrosoft:mainfrom
Conversation
measures rendering pipeline — JS reconciliation → Fabric → Yoga layout → Composition commit → frame Missing Components: Button, Modal, Pressable, TouchableHighlight, TouchableOpacity, SectionList.
…-916/react-native-windows into native-perf-benchmarking
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
Adds native perf benchmarking that measures the full Fabric rendering pipeline (JS → Yoga → Composition) for 14 components using performance.mark/measure in the real RNTesterApp-Fabric.
Type of Change
Why
The existing JS perf tests measure React reconciliation time only.
We need to measure the full native rendering pipeline (JS → Fabric → Yoga → Composition → frame) to catch regressions in the native layer that JS-only profiling misses
Resolves #15771
What
read here : https://github.com/microsoft/react-native-windows/wiki/Performance-tests-Fabric#part-2--native-perf-tests
Screenshots
Testing
All 14 native perf tests pass end-to-end on local Debug, Release |x64 build.
Changelog
Should this change be included in the release notes: _indicate yes
Add a brief summary of the change to use in the release notes for the next release.
Added native performance benchmarking infrastructure measuring full Fabric rendering pipeline for 14 core components.
Microsoft Reviewers: Open in CodeFlow