Skip to content

Commit

Permalink
2011-03-25 Leo Yang <leo.yang@torchmobile.com.cn>
Browse files Browse the repository at this point in the history
        Reviewed by Dirk Schulze.

        SVG <use> element performance improvement
        https://bugs.webkit.org/show_bug.cgi?id=57077

        Add a manual test case which is from
        http://upload.wikimedia.org/wikipedia/commons/4/4e/Sierpinski_carpet_6.svg
        for svg <use> element performance test.

        * PageLoad/svg/files/Sierpinski_carpet_6.svg: Added.
        * PageLoad/svg/svg.pltsuite:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@81960 268f45cc-cd09-0410-ab3c-d52691b4dbfc
  • Loading branch information
commit-queue@webkit.org committed Mar 25, 2011
1 parent a4e6f37 commit ec6b377
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 0 deletions.
14 changes: 14 additions & 0 deletions PerformanceTests/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
2011-03-25 Leo Yang <leo.yang@torchmobile.com.cn>

Reviewed by Dirk Schulze.

SVG <use> element performance improvement
https://bugs.webkit.org/show_bug.cgi?id=57077

Add a manual test case which is from
http://upload.wikimedia.org/wikipedia/commons/4/4e/Sierpinski_carpet_6.svg
for svg <use> element performance test.

* PageLoad/svg/files/Sierpinski_carpet_6.svg: Added.
* PageLoad/svg/svg.pltsuite:

2011-02-05 Eric Seidel <eric@webkit.org>

Reviewed by Adam Barth.
Expand Down
62 changes: 62 additions & 0 deletions PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions PerformanceTests/PageLoad/svg/svg.pltsuite
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/hereGear4.svg
file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/mtsthelens.svg
file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/world-iso.svg
file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/worldcup.svg
file:///WEBKIT_PATH/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg

0 comments on commit ec6b377

Please sign in to comment.