flutter/dev/benchmarks/microbenchmarks
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 Tabs occasionally tried to setState after dispose (#5784) 2016-09-09 14:25:34 -07:00
.gitignore Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00
flutter.yaml Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00
pubspec.yaml Refactor flutter command exit code - part 3 of 3 (#6838) 2016-11-14 14:21:30 -05:00
README.md Update docs for benchmarks (#5999) 2016-09-22 14:26:24 -07:00

microbenchmarks

To run these benchmarks on a device, first run `flutter logs' in one window to see the device logs, then, in a different window, run any of these:

flutter run --release lib/gestures/velocity_tracker_data.dart
flutter run --release lib/stocks/animation_bench.dart
flutter run --release lib/stocks/build_bench.dart
flutter run --release lib/stocks/layout_bench.dart

The results should be in the device logs.