forked from firka/flutter
13 lines
325 B
Markdown
13 lines
325 B
Markdown
# microbenchmarks
|
|
|
|
To run these benchmarks on a device:
|
|
|
|
```
|
|
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.
|