Changeset 122351 in webkit


Ignore:
Timestamp:
Jul 11, 2012 11:45:32 AM (12 years ago)
Author:
pdr@google.com
Message:

Add a performance test for hit testing in SVG
https://bugs.webkit.org/show_bug.cgi?id=90811

Reviewed by Ryosuke Niwa.

The shape rendering code is changing a lot and I'd like a performance test to
make sure we don't regress, and to track our improvements.

Performance results in my Linux desktop:

RESULT SVG: SvgHitTesting= 105.0 ms
median= 103.5 ms, stdev= 4.60434577329 ms, min= 101.0 ms, max= 116.0 ms

RESULT SVG: SvgHitTesting= 97.8 ms
median= 96.5 ms, stdev= 2.67581763205 ms, min= 95.0 ms, max= 102.0 ms

RESULT SVG: SvgHitTesting= 104.3 ms
median= 104.0 ms, stdev= 1.41774468788 ms, min= 102.0 ms, max= 107.0 ms

RESULT SVG: SvgHitTesting= 103.6 ms
median= 103.5 ms, stdev= 1.2 ms, min= 102.0 ms, max= 106.0 ms

  • SVG/SvgHitTesting.html: Added.
Location:
trunk/PerformanceTests
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r121746 r122351  
     12012-07-11  Philip Rogers  <pdr@google.com>
     2
     3        Add a performance test for hit testing in SVG
     4        https://bugs.webkit.org/show_bug.cgi?id=90811
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        The shape rendering code is changing a lot and I'd like a performance test to
     9        make sure we don't regress, and to track our improvements.
     10
     11        Performance results in my Linux desktop:
     12            RESULT SVG: SvgHitTesting= 105.0 ms
     13            median= 103.5 ms, stdev= 4.60434577329 ms, min= 101.0 ms, max= 116.0 ms
     14
     15            RESULT SVG: SvgHitTesting= 97.8 ms
     16            median= 96.5 ms, stdev= 2.67581763205 ms, min= 95.0 ms, max= 102.0 ms
     17
     18            RESULT SVG: SvgHitTesting= 104.3 ms
     19            median= 104.0 ms, stdev= 1.41774468788 ms, min= 102.0 ms, max= 107.0 ms
     20
     21            RESULT SVG: SvgHitTesting= 103.6 ms
     22            median= 103.5 ms, stdev= 1.2 ms, min= 102.0 ms, max= 106.0 ms
     23
     24        * SVG/SvgHitTesting.html: Added.
     25
    1262012-07-03  Jan Keromnes  <janx@linux.com>
    227
Note: See TracChangeset for help on using the changeset viewer.