Ian Hickson | b5c6da1 | 2016-05-23 15:04:50 -0700 | [diff] [blame] | 1 | # microbenchmarks |
2 | |||||
3 | To run these benchmarks on a device: | ||||
4 | |||||
5 | ``` | ||||
6 | flutter run --release -t lib/gestures/velocity_tracker_data.dart | ||||
7 | flutter run --release -t lib/stocks/animation_bench.dart | ||||
8 | flutter run --release -t lib/stocks/build_bench.dart | ||||
9 | flutter run --release -t lib/stocks/layout_bench.dart | ||||
10 | ``` | ||||
11 | |||||
12 | The results should be in the device logs. |