Changeset 130073 in webkit


Ignore:
Timestamp:
Oct 1, 2012 1:53:45 PM (12 years ago)
Author:
fmalita@chromium.org
Message:

Add a performance test for nested <use> elements
https://bugs.webkit.org/show_bug.cgi?id=98047

Reviewed by Ryosuke Niwa.

Currently at ~5 runs per second on my workstation, but should go up significantly (100+)
after landing a fix for https://bugs.webkit.org/show_bug.cgi?id=97905.

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

Legend:

Unmodified
Added
Removed
  • trunk/PerformanceTests/ChangeLog

    r129858 r130073  
     12012-10-01  Florin Malita  <fmalita@chromium.org>
     2
     3        Add a performance test for nested <use> elements
     4        https://bugs.webkit.org/show_bug.cgi?id=98047
     5
     6        Reviewed by Ryosuke Niwa.
     7
     8        Currently at ~5 runs per second on my workstation, but should go up significantly (100+)
     9        after landing a fix for https://bugs.webkit.org/show_bug.cgi?id=97905.
     10
     11        * SVG/SvgNestedUse.html: Added.
     12
    1132012-09-28  Ryosuke Niwa  <rniwa@webkit.org>
    214
Note: See TracChangeset for help on using the changeset viewer.