https://bugs.webkit.org/show_bug.cgi?id=51772
Rubber-stamped by Eric Seidel.
Actually move the directory.
* PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
PerformanceTests/Parser:
Add a ChangeLog for tracking changes to the Parser PerformanceTest.
* ChangeLog: Added.
WebCore:
Remove the benchmarks folder now that it's empty. Future benchmarks
should go in the PerformanceTests directory.
* benchmarks: Removed.
* benchmarks/parser: Removed.
* benchmarks/parser/html-parser.html: Removed.
* benchmarks/parser/resources: Removed.
* benchmarks/parser/resources/html5.html: Removed.
* benchmarks/parser/resources/runner.js: Removed.
* benchmarks/parser/xml-parser.html: Removed.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@74825
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2010-12-31 Adam Barth <abarth@webkit.org>
+
+ Rubber-stamped by Eric Seidel.
+
+ Move HTML and XML parser benchmarks into PerformanceTests/Parser
+ https://bugs.webkit.org/show_bug.cgi?id=51772
+
+ Actually move the directory.
+
+ * PerformanceTests/Parser: Copied from WebCore/benchmarks/parser.
+
2010-12-31 Adam Barth <abarth@webkit.org>
Rubber-stamped by Eric Seidel.
--- /dev/null
+2010-12-31 Adam Barth <abarth@webkit.org>
+
+ Rubber-stamped by Eric Seidel.
+
+ Move HTML and XML parser benchmarks into PerformanceTests/Parser
+ https://bugs.webkit.org/show_bug.cgi?id=51772
+
+ Add a ChangeLog for tracking changes to the Parser PerformanceTest.
+
+ * ChangeLog: Added.
+
+2010-12-31 Adam Barth <abarth@webkit.org>
+
+ Rubber-stamped by Eric Seidel.
+
+ Move HTML and XML parser benchmarks into PerformanceTests/Parser
+ https://bugs.webkit.org/show_bug.cgi?id=51772
+
+ Remove the benchmarks folder now that it's empty. Future benchmarks
+ should go in the PerformanceTests directory.
+
+ * benchmarks: Removed.
+ * benchmarks/parser: Removed.
+ * benchmarks/parser/html-parser.html: Removed.
+ * benchmarks/parser/resources: Removed.
+ * benchmarks/parser/resources/html5.html: Removed.
+ * benchmarks/parser/resources/runner.js: Removed.
+ * benchmarks/parser/xml-parser.html: Removed.
+
2010-12-31 Patrick Gansterer <paroga@webkit.org>
Reviewed by Adam Barth.