1 2011-02-02 Adam Barth <abarth@webkit.org>
3 Rubber-stamped by Eric Seidel.
5 Merge PerformanceTests/Parser/ChangeLog and
6 PerformanceTests/PageLoad/ChangeLog into PerformanceTests/ChangeLog.
8 It's silly to have ChangeLogs for each of these directories separately.
9 I've left SunSpider with its own ChangeLog because it's more of an
14 2011-02-02 Eric Seidel <eric@webkit.org>
16 Unreviewed. Just fixing an exception seen in Firefox.
18 HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40%
19 https://bugs.webkit.org/show_bug.cgi?id=48719
21 Make the benchmarks work in Firefox/Opera.
23 * resources/runner.js:
26 2011-01-27 Eric Seidel <eric@webkit.org>
28 Reviewed by Darin Adler.
30 HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40%
31 https://bugs.webkit.org/show_bug.cgi?id=48719
33 It's unclear exactly what the Peacekeeper benchmark is testing,
34 because I haven't found a way to run it myself.
36 However, I constructed a benchmark which shows at least one possible slow point.
37 The HTML5 spec talks about creating a new document for every time we use
38 the fragment parsing algorithm. Document() it turns out, it a huge bloated
39 mess, and the constructor and destructor do a huge amount of work.
41 * benchmarks/parser/tiny-innerHTML.html: Added.
43 2011-01-29 Sheriff Bot <webkit.review.bot@gmail.com>
45 Unreviewed, rolling out r77050.
46 http://trac.webkit.org/changeset/77050
47 https://bugs.webkit.org/show_bug.cgi?id=53371
49 Caused a crash in Chromium's test_shell_tests (Requested by
52 * resources/performance-test.js: Removed.
53 * tiny-innerHTML.html: Removed.
55 2011-01-28 Eric Seidel <eric@webkit.org>
57 Reviewed by Darin Adler.
59 HTML5 TreeBuilder regressed a Peacekeeper DOM test by 40%
60 https://bugs.webkit.org/show_bug.cgi?id=48719
62 It's unclear exactly what the Peacekeeper benchmark is testing,
63 because I haven't found a way to run it myself.
65 However, I constructed a benchmark which shows at least one possible slow point.
66 The HTML5 spec talks about creating a new document for every time we use
67 the fragment parsing algorithm. Document() it turns out, it a huge bloated
68 mess, and the constructor and destructor do a huge amount of work.
69 To avoid constructing (or destructing) documents for each innerHTML call,
70 this patch adds a shared dummy document used by all innerHTML calls.
72 * benchmarks/parser/tiny-innerHTML.html: Added.
74 2010-12-31 Adam Barth <abarth@webkit.org>
76 Rubber-stamped by Eric Seidel.
78 Move HTML and XML parser benchmarks into PerformanceTests/Parser
79 https://bugs.webkit.org/show_bug.cgi?id=51772
81 Add a ChangeLog for tracking changes to the Parser PerformanceTest.
85 2010-12-31 Adam Barth <abarth@webkit.org>
87 Rubber-stamped by Eric Seidel.
89 Move PageLoadTests to PerformanceTests/PageLoad
90 https://bugs.webkit.org/show_bug.cgi?id=51771
92 Update URLs to point to the new directory name.
96 2006-12-26 Eric Seidel <eric@webkit.org>
100 * svg/svg.pltsuite: re-enable word-iso.svg after fixing http://bugs.webkit.org/show_bug.cgi?id=11987
102 2006-12-26 Eric Seidel <eric@webkit.org>
104 Reviewed by bradee-oh.
106 Add new PageLoadTests directory (this one)
107 Add LICENSES file to explain where each SVG came from.
110 * svg/LICENSES: Added.
111 * svg/files/33041-Samurai.svg: Added.
112 * svg/files/42470-flower_from_my_garden_v2.svg: Added.
113 * svg/files/Harvey_Rayner.svg: Added.
114 * svg/files/az-lizard_benji_park_01.svg: Added.
115 * svg/files/bamboo_01.svg: Added.
116 * svg/files/cacuts_01.svg: Added.
117 * svg/files/cowboy.svg: Added.
118 * svg/files/crawfish2_ganson.svg: Added.
119 * svg/files/deb9frac1.svg: Added.
120 * svg/files/food_leif_lodahl_01.svg: Added.
121 * svg/files/france.svg: Added.
122 * svg/files/francobollo_gnome_ezechi_02.svg: Added.
123 * svg/files/gearflowers.svg: Added.
124 * svg/files/hereGear4.svg: Added.
125 * svg/files/mtsthelens.svg: Added.
126 * svg/files/mtsthelens0.jpg: Added.
127 * svg/files/world-iso.svg: Added.
128 * svg/files/worldcup.svg: Added.
129 * svg/svg.pltsuite: Added.