Changeset 198236 in webkit


Ignore:
Timestamp:
Mar 15, 2016 3:46:58 PM (8 years ago)
Author:
Simon Fraser
Message:

Add developer Animometer test that bounces P3-tagged images
https://bugs.webkit.org/show_bug.cgi?id=155511

Reviewed by Tim Horton.

Add a test for rendering performance of tagged images. The 5 images are tagged
with the Display P3 colorspace.

  • Animometer/resources/debug-runner/tests.js:
  • Animometer/tests/bouncing-particles/bouncing-tagged-images.html: Added.
  • Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js: Added.
  • Animometer/tests/bouncing-particles/resources/image1.jpg: Added.
  • Animometer/tests/bouncing-particles/resources/image2.jpg: Added.
  • Animometer/tests/bouncing-particles/resources/image3.jpg: Added.
  • Animometer/tests/bouncing-particles/resources/image4.jpg: Added.
  • Animometer/tests/bouncing-particles/resources/image5.jpg: Added.
Location:
trunk/PerformanceTests
Files:
7 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/Animometer/resources/debug-runner/tests.js

    r197908 r198236  
    161161            url: "bouncing-particles/bouncing-css-images.html?particleWidth=80&particleHeight=80&imageSrc=../resources/yin-yang.svg",
    162162            name: "CSS bouncing SVG images"
     163        },
     164        {
     165            url: "bouncing-particles/bouncing-tagged-images.html?particleWidth=100&particleHeight=100",
     166            name: "CSS bouncing tagged images"
    163167        }
    164168    ]
  • trunk/PerformanceTests/ChangeLog

    r197910 r198236  
     12016-03-15  Simon Fraser  <simon.fraser@apple.com>
     2
     3        Add developer Animometer test that bounces P3-tagged images
     4        https://bugs.webkit.org/show_bug.cgi?id=155511
     5
     6        Reviewed by Tim Horton.
     7       
     8        Add a test for rendering performance of tagged images. The 5 images are tagged
     9        with the Display P3 colorspace.
     10
     11        * Animometer/resources/debug-runner/tests.js:
     12        * Animometer/tests/bouncing-particles/bouncing-tagged-images.html: Added.
     13        * Animometer/tests/bouncing-particles/resources/bouncing-tagged-images.js: Added.
     14        * Animometer/tests/bouncing-particles/resources/image1.jpg: Added.
     15        * Animometer/tests/bouncing-particles/resources/image2.jpg: Added.
     16        * Animometer/tests/bouncing-particles/resources/image3.jpg: Added.
     17        * Animometer/tests/bouncing-particles/resources/image4.jpg: Added.
     18        * Animometer/tests/bouncing-particles/resources/image5.jpg: Added.
     19
    1202016-03-09  Jon Lee  <jonlee@apple.com>
    221
Note: See TracChangeset for help on using the changeset viewer.