• Jim Graham's avatar
    Add test case for Flutter Issue #27677 as a benchmark. (#34870) · f83fd9d4
    Jim Graham authored
    * 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.
    f83fd9d4
Name
Last commit
Last update
.github Loading commit data...
bin Loading commit data...
dev Loading commit data...
examples Loading commit data...
packages Loading commit data...
.cirrus.yml Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CODE_OF_CONDUCT.md Loading commit data...
CONTRIBUTING.md Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
analysis_options.yaml Loading commit data...
dartdoc_options.yaml Loading commit data...
flutter_console.bat Loading commit data...