-
Notifications
You must be signed in to change notification settings - Fork 24.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use stable sort for performance entries (#36998)
Summary: Pull Request resolved: #36998 For performance entries that have the same start/end time it makes more sense to report them back to `PerformanceObserver` in the same order they were logged. This kind of determinism is arguably better both in terms of API, and from the point of view of testing. Changelog: [Internal] Reviewed By: javache Differential Revision: D45142500 fbshipit-source-id: 77ff0093bead45dc2f15efc4b903dc181927565a
- Loading branch information
1 parent
1250b8a
commit 8e046cb
Showing
2 changed files
with
28 additions
and
2 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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