flutter/dev/benchmarks/macrobenchmarks
liyuqian 652be88ecd
Revert "Measure iOS CPU/GPU percentage (#39439)" (#40624)
This reverts commit af9f424d5d.

Reverts flutter/flutter#39439

Reason: this passed the local device lab test on my Macbook but it failed in the actual device lab. Will investigate, fix, and reland.

TBR: @dnfield @goderbauer @tvolkert @Hixie
2019-09-16 15:00:27 -07:00
..
android Update Kotlin and Gradle version (#40181) 2019-09-13 19:37:07 -07:00
ios Remove xcconfigs from template Copy Bundle Resources build phases (#38724) 2019-08-19 16:23:45 -07:00
lib Revert "Measure iOS CPU/GPU percentage (#39439)" (#40624) 2019-09-16 15:00:27 -07:00
test_driver Revert "Measure iOS CPU/GPU percentage (#39439)" (#40624) 2019-09-16 15:00:27 -07:00
pubspec.yaml ensure dart2js does not compile unsupported packages (#40368) 2019-09-12 15:25:21 -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.