flutter/dev/benchmarks/complex_layout
Adam Barth 474c2c7df6 Switch complex_layout back to LazyBlock (#7940)
We need to study these benchmark numbers more carefully. See #7937
2017-02-07 15:21:48 -08:00
..
android rename Sky to Flutter and add clarifying comment to template (#7165) 2016-12-06 16:03:32 -08:00
ios Eliminate calls to deprecated FlutterInit() (#7770) 2017-01-31 17:39:29 -08:00
lib Switch complex_layout back to LazyBlock (#7940) 2017-02-07 15:21:48 -08:00
test_driver [driver] refactor API to finder objects (#3365) 2016-04-15 16:57:35 -07:00
.gitignore Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
pubspec.yaml Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -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.