flutter/dev/benchmarks/complex_layout
Dan Rubel 34e466f1fd Refactor flutter command exit code - part 3 of 3 (#6838)
* Remove the workaround that pinned args to v0.13.6
This reverts most of the changes in commit 6331b6c8b5
* throw exception if exit code is not an integer
* rework command infrastructure to throw ToolExit when non-zero exitCode
* convert commands to return Future<Null>
* cleanup remaining commands to use throwToolExit for non-zero exit code
* remove isUnusual exception message
* add type annotations for updated args package
2016-11-14 14:21:30 -05:00
..
android use transparent android launcher icons (#5442) 2016-08-17 09:05:01 -07:00
ios ios launcher icons with more padding, optimized (#5470) 2016-08-18 10:16:10 -07:00
lib Added BorderRadius. (#5072) 2016-07-29 16:17:57 -07: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
flutter.yaml Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
pubspec.yaml Refactor flutter command exit code - part 3 of 3 (#6838) 2016-11-14 14:21:30 -05: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.