flutter/dev/benchmarks/macrobenchmarks
Chris Bracken ffa3785411
Update package versions to latest (#39013)
This fixes a breakage in fuchsia where package_config version 1.1.0 is
required but flutter_tools is currently locked to 1.05.
2019-08-21 19:15:33 -07:00
..
android Update macrobenchmarks README and app name (#35477) 2019-07-02 17:10:52 -07:00
ios Remove xcconfigs from template Copy Bundle Resources build phases (#38724) 2019-08-19 16:23:45 -07:00
lib enable lints prefer_spread_collections and prefer_inlined_adds (#35189) 2019-06-27 21:23:16 +02:00
test_driver Add test case for Flutter Issue #27677 as a benchmark. (#34870) 2019-06-24 20:53:22 -07:00
pubspec.yaml Update package versions to latest (#39013) 2019-08-21 19:15:33 -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.