Skip to content

Commit 3957c2d

Browse files
committed
DOM-mark: change a few 'id' attributes.
1 parent 2f809a0 commit 3957c2d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dom-mark.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2>Overview</h2>
5252
<p class="note">(*) Note: one of the tested DOM implementations is the one that comes bundled with the JDK (identified as "JDK" in the graphics), and it has been observed
5353
that the version shipped with the Oracle JDK may be faster.</p>
5454
</div>
55-
<div class="tema" id="html-mark">
55+
<div class="tema" id="html-build">
5656
<h2>Build HTML documents</h2>
5757
<p>Measures the speed at which the <a href="https://about.validator.nu/htmlparser/">validator.nu HTML parser</a> can build a small document (38 KB HTML) into a few DOM implementations.</p>
5858
<img src="benchmark/html-build.png" alt="HTML build benchmark" />
@@ -66,7 +66,7 @@ <h2>Build HTML documents</h2>
6666
<p>If one looks at the error figures, the three implementations are somewhat even in this test. Plain DOM4J is not included in the benchmark,
6767
as it cannot be used with <code>HtmlDocumentBuilder</code>.</p>
6868
</div>
69-
<div class="tema" id="xml-small-mark">
69+
<div class="tema" id="xml-build-small">
7070
<h2>Build small XML documents</h2>
7171
<p>The SAX parser that comes bundled with the JDK is used to parse and build a document from a small XHTML file (38 KB).</p>
7272
<img src="benchmark/xml-build-small.png" alt="XML build benchmark (small file)" />
@@ -80,7 +80,7 @@ <h2>Build small XML documents</h2>
8080
<tr><td>JDK</td><td class="number">542,871</td><td class="number">±12,360</td><td>ops/s</td></tr>
8181
</table>
8282
</div>
83-
<div class="tema" id="xml-mark">
83+
<div class="tema" id="xml-build">
8484
<h2>Build XML documents</h2>
8585
<p>The SAX parser that comes bundled with the JDK is used to parse and build a document (1MB file).</p>
8686
<img src="benchmark/xml-build.png" alt="XML build benchmark" />

0 commit comments

Comments
 (0)