From 6265b59ea46bc8738d91100afb22d8aeb514737b Mon Sep 17 00:00:00 2001 From: "alexis.menard@openbossa.org" Date: Thu, 16 Feb 2012 20:14:38 +0000 Subject: [PATCH] Add a perf test for the CSS parser. https://bugs.webkit.org/show_bug.cgi?id=78114 Reviewed by Ryosuke Niwa. Add a perf test for the CSS parser. It load a big CSS chunk which contains some snippets of the YUI library from Yahoo!. * Parser/css-parser-yui.html: Added. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@107964 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- PerformanceTests/ChangeLog | 12 + PerformanceTests/Parser/css-parser-yui.html | 2629 +++++++++++++++++++++++++++ 2 files changed, 2641 insertions(+) create mode 100644 PerformanceTests/Parser/css-parser-yui.html diff --git a/PerformanceTests/ChangeLog b/PerformanceTests/ChangeLog index 0e9d9c8..ad66c4b 100644 --- a/PerformanceTests/ChangeLog +++ b/PerformanceTests/ChangeLog @@ -1,3 +1,15 @@ +2012-02-16 Alexis Menard + + Add a perf test for the CSS parser. + https://bugs.webkit.org/show_bug.cgi?id=78114 + + Reviewed by Ryosuke Niwa. + + Add a perf test for the CSS parser. It load a big CSS chunk + which contains some snippets of the YUI library from Yahoo!. + + * Parser/css-parser-yui.html: Added. + 2012-02-08 Hajime Morrita [PerformanceTests] sunspider-crypto-md5.html and sunspider-crypto-sha1.html are timing out on cr-mac perf bot diff --git a/PerformanceTests/Parser/css-parser-yui.html b/PerformanceTests/Parser/css-parser-yui.html new file mode 100644 index 0000000..4f63b1a --- /dev/null +++ b/PerformanceTests/Parser/css-parser-yui.html @@ -0,0 +1,2629 @@ + + + + + + -- 2.7.4