flutter/dev/benchmarks/complex_layout
2022-12-14 13:13:05 -08:00
..
android Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Fix scroll key for bad scroll benchmark (#110440) 2022-08-28 18:41:27 +00:00
macos Increase minimum supported macOS version from 10.13 to 10.14 (#114713) 2022-11-07 11:32:42 +01:00
test Remove errant double spaces (#110758) 2022-09-02 04:00:58 +00:00
test_driver Fix scroll key for bad scroll benchmark (#110440) 2022-08-28 18:41:27 +00:00
test_memory Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
windows Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
pubspec.yaml Upgrade dependencies (#117007) 2022-12-14 13:13:05 -08:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00

complex_layout

Scrolling benchmark

To run the scrolling benchmark on a device:

flutter drive --profile test_driver/scroll_perf.dart

Results should be in the file build/complex_layout_scroll_perf.timeline_summary.json.

More detailed logs should be in build/complex_layout_scroll_perf.timeline.json.

Startup benchmark

To measure startup time on a device:

flutter run --profile --trace-startup

The results should be in the logs.

Additional results should be in the file build/start_up_info.json.