Michael Goderbauer 79ff8a5cb6
Revert "Bump to Gradle 7 and use Open JDK 11 (#88133)" (#88189)
This reverts commit 91e0759b7296cf16805177f8cfa8b312c40be62a.
2021-08-13 12:42:58 -07:00
..
2021-08-03 16:37:48 -07:00

complex_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/complex_layout_scroll_perf.timeline_summary.json.

More detailed logs should be in build/complex_layout_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.