-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Highly summarized and numerical statuses.
-
https://flutter-dashboard.appspot.com/benchmarks.html
- [TODO] auto-regression alerts
- [TODO] issue count dashboard
- [TODO] infra perf
- flakiness
- test time
Ongoing and planned work sorted by priority.
There is more performance work than what our limited resources can handle. Hence we're currently focusing on:
-
Measure engine size #31498
-
Correct first frame waiting in flutter driver tests #31442
-
Add API to report missed frames #26154
-
Mention "release" and "profile" mode in "Get Started" #31439
-
Font loading jank on iOS during app launch and switch #28113; may depend on #19350
-
Initial shader compilation jank on flutter_gallery #813; depend on #31442
-
Slow bezier paths #27453; see also this comment
-
Show GPU thread times in Flutter Inspector IDE plugin #31444
-
Allow finer control of raster cache in RepaintBoundary #27952
-
Add API for asynchronously loading a font #19350
-
Support querying display refresh rate in engine for iOS and setup 120fps benchmarks on iPad Pro #31450
Design, reference, tutorial articles, and technical publications.
- Performance best practices
- How to profile and debug a performance issue
- [TODO] How to report a performance issue