flutter/dev/benchmarks/microbenchmarks
Adam Barth 1ff7109b02 Mark State.setState as protected (#4295)
This required refactoring some cases where we weren't following the rules for
the protected annotation.
2016-06-02 10:46:12 -07:00
..
android Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00
ios Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00
lib Mark State.setState as protected (#4295) 2016-06-02 10:46:12 -07: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 Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00
README.md Port our microbenchmarks to the new world (#4121) 2016-05-23 15:04:50 -07:00

microbenchmarks

To run these benchmarks on a device:

flutter run --release -t lib/gestures/velocity_tracker_data.dart
flutter run --release -t lib/stocks/animation_bench.dart
flutter run --release -t lib/stocks/build_bench.dart
flutter run --release -t lib/stocks/layout_bench.dart

The results should be in the device logs.