![auto-submit[bot]](/assets/img/avatar_default.png)
Reverts: flutter/flutter#156549 Initiated by: christopherfujino Reason for reverting: https://github.com/flutter/flutter/issues/156606 Original PR Author: christopherfujino Reviewed By: {matanlurey} This change reverts the following previous change: I manually ran: ``` flutter update-packages --force-upgrade cd dev/tools && dart bin/generate_gradle_lockfiles.dart --no-gradle-generation --no-exclusion ``` Note this bumps the `google_mobile_ads` plugin, which caused https://github.com/flutter/flutter/issues/156474. I expect it to work this time after https://flutter-review.googlesource.com/c/recipes/+/60340
platform_views_layout_hybrid_composition
Scrolling benchmark
To run the scrolling benchmark on a device:
flutter drive --profile test_driver/scroll_perf.dart
Results should be in the file build/platform_views_scroll_perf_hybrid_composition.timeline_summary.json
.
More detailed logs should be in build/platform_views_scroll_perf_hybrid_composition.timeline.json
.
Startup benchmark
To measure startup time on a device:
flutter run --profile --trace-startup
Results should be in the logs.
Additional results should be in the file build/start_up_info.json
.