flutter/dev/benchmarks/macrobenchmarks
2019-10-27 21:25:13 -07:00
..
android Revert "Migrate examples to the Android embedding v2 (#43221)" (#43611) 2019-10-27 21:25:13 -07:00
ios use_modular_headers (#42204) 2019-10-15 12:36:50 -07:00
lib Reland "Measure iOS CPU/GPU percentage #41426" (#41578) 2019-09-29 11:33:43 -07:00
test_driver Reland "Measure iOS CPU/GPU percentage #41426" (#41578) 2019-09-29 11:33:43 -07:00
pubspec.yaml update packages --force-upgrade (#43366) 2019-10-23 17:28:20 -07:00
README.md Update macrobenchmarks README and app name (#35477) 2019-07-02 17:10:52 -07:00

Macrobenchmarks

Performance benchmarks using flutter drive.

Cull opacity benchmark

To run the cull opacity benchmark on a device:

flutter drive --profile test_driver/cull_opacity_perf.dart

Results should be in the file build/cull_opacity_perf.timeline_summary.json.

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

Cubic bezier benchmark

To run the cubic bezier benchmark on a device:

flutter drive --profile test_driver/cubic_bezier_perf.dart

Results should be in the file build/cubic_bezier_perf.timeline_summary.json.

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

Backdrop filter benchmark

To run the backdrop filter benchmark on a device:

flutter drive --profile test_driver/backdrop_filter_perf.dart

Results should be in the file build/backdrop_filter_perf.timeline_summary.json.

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