flutter/dev/benchmarks/complex_layout
Dan Field f02f4fbed3
Rev Android Platform to 28 for bots (#26790)
* Rev Android Platform to 28 for bots

* push all to 28

* include platform tools update
2019-01-18 20:39:10 -08:00
..
android Rev Android Platform to 28 for bots (#26790) 2019-01-18 20:39:10 -08:00
ios Revert "Move flutter_assets to App.framework (#26630)" (#26675) 2019-01-16 16:46:37 -08:00
lib Close the Scaffold drawer in scroll_perf_test.dart (#26763) 2019-01-18 12:44:50 -08:00
test_driver Revert "Remove package:test dependency from flutter_test (#23755)" (#24004) 2018-11-06 09:12:48 -08:00
test_memory apply lint prefer_void_to_null in dev/ (#22661) 2018-10-04 18:44:23 +02:00
pubspec.yaml Updated Shrine demo (#25674) 2018-12-21 17:47:25 -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.