flutter/dev/benchmarks/macrobenchmarks/test_driver
Jim Graham f83fd9d467
Add test case for Flutter Issue #27677 as a benchmark. (#34870)
* Add test case for Flutter Issue #27677 as a benchmark.

See https://github.com/flutter/flutter/issues/27677

I got the following results running the test on a Moto E2 which
will help us determine how much we can gain by analyzing the
operations and eliminating unnecessary repaints based on
dirty rectangles/regions.

no blurs       - avg 216.0 fps over 3 samples
blur the group - avg  22.9 fps over 3 samples
blur each txt  - avg   3.4 fps over 3 samples

* Added the new benchmark to be tracked on the dashboard.
2019-06-24 20:53:22 -07:00
..
backdrop_filter_perf_test.dart Add test case for Flutter Issue #27677 as a benchmark. (#34870) 2019-06-24 20:53:22 -07:00
backdrop_filter_perf.dart Add test case for Flutter Issue #27677 as a benchmark. (#34870) 2019-06-24 20:53:22 -07:00
cubic_bezier_perf_test.dart Reland "Shader warm up (#27660)" (#28537) 2019-02-27 09:33:08 -08:00
cubic_bezier_perf.dart Make shader warm-up async so it can handle image (#28687) 2019-02-28 20:07:55 -08:00
cull_opacity_perf_test.dart Add missing trailing commas (#28673) 2019-03-01 08:17:55 +01:00
cull_opacity_perf.dart Add cull opacity perf test to device lab (#25381) 2018-12-17 22:01:07 -08:00
util.dart Reland "Shader warm up (#27660)" (#28537) 2019-02-27 09:33:08 -08:00