flutter/dev/benchmarks/microbenchmarks
Yegor 0c7a9da98f microbenchmarks: single-line JSON; consolidate #7433 workaround (#7450)
- output single-line JSON because iOS 9.x cannot output more than one line
- move the workaround for #7433 into LiveTestWidgetsFlutterBinding so that it works in all cases (e.g. animation_bench.dart on iOS)
2017-01-11 14:29:21 -08:00
..
android rename Sky to Flutter and add clarifying comment to template (#7165) 2016-12-06 16:03:32 -08:00
ios ios launcher icons with more padding, optimized (#5470) 2016-08-18 10:16:10 -07:00
lib microbenchmarks: single-line JSON; consolidate #7433 workaround (#7450) 2017-01-11 14:29:21 -08: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 add microbenchmarks to devicelab (fixes #7081) (#7396) 2017-01-09 14:57:14 -08: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.