flutter/dev/benchmarks/microbenchmarks
2018-04-09 10:32:22 -07:00
..
android Update AndroidManifest to include screenLayout|density in config changes (#15871) 2018-03-24 12:38:42 -07:00
ios Switch from app.flx to flutter_assets (#13656) 2017-12-18 22:09:49 +01:00
lib Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. (#15444) 2018-03-12 15:44:25 -07:00
pubspec.yaml Switch to the new Matrix4.tryInvert method to avoid throwing and catching (#15771) exceptions while performing hit testing. 2018-04-09 10:32:22 -07:00
README.md Update docs for benchmarks (#5999) 2016-09-22 14:26:24 -07:00

microbenchmarks

To run these benchmarks on a device, first run `flutter logs' in one window to see the device logs, then, in a different window, run any of these:

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.