flutter_flutter/dev/benchmarks/platform_views_layout
Ren You 519d98539a
Revert "Replace some dynamic to Object? type (#80772)" (#80965) (#80986)
* Revert "Replace some `dynamic` to `Object?` type (#80772)" (#80965)

This reverts commit 12a2e682b47e16818cc7cd9ca5fe8ea09fd38992.

* Add frontend_server_client to dependency allowlist (#80912)

Co-authored-by: Jenn Magder <magder@google.com>
2021-04-22 15:16:37 -07:00
..

platform_views_layout

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.timeline_summary.json.

More detailed logs should be in build/platform_views_scroll_perf.timeline.json.

Startup benchmark

To measure startup time on a device:

flutter run --profile --trace-startup

The results should be in the logs.

Additional results should be in the file build/start_up_info.json.