-
Notifications
You must be signed in to change notification settings - Fork 30.2k
BM_ShellInitializationAndShutdown has a wrong measurement #58704
Copy link
Copy link
Closed
flutter/engine
#18829Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: speedPerformance issues related to (mostly rendering) speedPerformance issues related to (mostly rendering) speedteam-infraOwned by Infrastructure teamOwned by Infrastructure team
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projectc: performanceRelates to speed or footprint issues (see "perf:" labels)Relates to speed or footprint issues (see "perf:" labels)engineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.perf: speedPerformance issues related to (mostly rendering) speedPerformance issues related to (mostly rendering) speedteam-infraOwned by Infrastructure teamOwned by Infrastructure team
After flutter/engine@42b40b4, the BM_ShellInitializationAndShutdown benchmark dropped down significantly because we no longer measure the font manager setup time.
Although the setup is no longer a part of startup or shutdown, if the benchmark is measuring the complete time from startup to shutdown, it should still be included.