flutter/dev/benchmarks/complex_layout
Chris Bracken 1d6bb3ccbf
Update quiver dependency to 0.26.2 (#13299)
Updates quiver from 0.26.0 to 0.26.2 to pick up strong-mode fixes.
2017-12-01 10:28:59 -08:00
..
android Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
ios Consolidating .gitignore files. (#13002) 2017-11-28 17:06:57 -08:00
lib Improved support for saving and restoring the scroll offset, etc V2 (#10590) 2017-06-08 17:20:36 -07:00
test_driver enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
pubspec.yaml Update quiver dependency to 0.26.2 (#13299) 2017-12-01 10:28:59 -08:00
README.md add readme for complex_layout benchmark (#5948) 2016-09-20 10:39:31 -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

Results should be in the logs.

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