blob: 6f6e31758be479bb8a83d4f3dae2bac8f2ab6939 [file] [log] [blame] [view]
Ian Hicksonb5c6da12016-05-23 15:04:50 -07001# microbenchmarks
2
3To run these benchmarks on a device:
4
5```
6flutter run --release -t lib/gestures/velocity_tracker_data.dart
7flutter run --release -t lib/stocks/animation_bench.dart
8flutter run --release -t lib/stocks/build_bench.dart
9flutter run --release -t lib/stocks/layout_bench.dart
10```
11
12The results should be in the device logs.