blob: 7174a5dafc6901647db21dd223273e7224bcda95 [file] [log] [blame] [view]
Ian Hicksonb5c6da12016-05-23 15:04:50 -07001# microbenchmarks
2
Ian Hickson92af3332016-09-22 14:26:24 -07003To run these benchmarks on a device, first run `flutter logs' in one
4window to see the device logs, then, in a different window, run any of
5these:
Ian Hicksonb5c6da12016-05-23 15:04:50 -07006
7```
Ian Hickson411db2d2016-09-09 14:25:34 -07008flutter run --release lib/gestures/velocity_tracker_data.dart
9flutter run --release lib/stocks/animation_bench.dart
10flutter run --release lib/stocks/build_bench.dart
11flutter run --release lib/stocks/layout_bench.dart
Ian Hicksonb5c6da12016-05-23 15:04:50 -070012```
13
14The results should be in the device logs.