From ec6b377aa6d2c90e623d390b5e726cd161aa7395 Mon Sep 17 00:00:00 2001 From: "commit-queue@webkit.org" Date: Fri, 25 Mar 2011 14:17:02 +0000 Subject: [PATCH] 2011-03-25 Leo Yang Reviewed by Dirk Schulze. SVG 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 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 --- PerformanceTests/ChangeLog | 14 +++++ .../svg/files/Sierpinski_carpet_6.svg | 62 +++++++++++++++++++ PerformanceTests/PageLoad/svg/svg.pltsuite | 1 + 3 files changed, 77 insertions(+) create mode 100644 PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 02bcc1d4a104..34732ab6d99e 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,17 @@ +2011-03-25 Leo Yang + + Reviewed by Dirk Schulze. + + SVG 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 element performance test. + + * PageLoad/svg/files/Sierpinski_carpet_6.svg: Added. + * PageLoad/svg/svg.pltsuite: + 2011-02-05 Eric Seidel Reviewed by Adam Barth. diff --git a/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg b/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg new file mode 100644 index 000000000000..af583a1fbfd8 --- /dev/null +++ b/PerformanceTests/PageLoad/svg/files/Sierpinski_carpet_6.svg @@ -0,0 +1,62 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/PerformanceTests/PageLoad/svg/svg.pltsuite b/PerformanceTests/PageLoad/svg/svg.pltsuite index ca161e8f1eb2..8242e48a8bf8 100644 --- a/PerformanceTests/PageLoad/svg/svg.pltsuite +++ b/PerformanceTests/PageLoad/svg/svg.pltsuite @@ -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 -- 2.36.0