-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenchmarks.html
56 lines (56 loc) · 2.3 KB
/
benchmarks.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en">
<head>
<title>CSS4J benchmarks</title>
<link href="basic-c.css" rel="stylesheet" type="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body id="benchmarks">
<div class="layout">
<div id="hdr01"></div>
<a id="mylinkhome" href="/"><span>CSS4J</span></a>
</div>
<div class="container">
<div class="menu">
<ul class="menulist">
<li><a id="mnuindice" href="/"><span>Home</span></a></li>
<li><a id="mnuusage" href="usage.html"><span>Usage</span></a></li>
<li><a id="mnuapi2" href="api/latest/"><span>Latest API</span></a></li>
<li><a id="mnufaq" href="faq.html"><span>FAQ</span></a></li>
<li><div id="mnubenchmarks-sel"><span>Benchmarks</span></div></li>
<li class="menulvl2"><a id="mnudommark" href="dom-mark.html"><span>DOM mark</span></a></li>
<li class="menulvl2"><a id="mnusacmark" href="sac-mark.html"><span>SAC mark</span></a></li>
<li><a id="mnugithub" href="https://github.com/css4j"><span>Github</span></a></li>
</ul>
</div>
<div class="beforemain"></div>
<div class="main">
<div id="presentacion_top" class="textheader"><span>Benchmarks</span></div>
<div class="cos">
<div class="tema">
<h1>CSS4J benchmarks</h1>
<p>The <a href="https://github.com/css4j/benchmark">benchmark</a> repository contains several <a href="https://github.com/openjdk/jmh">JMH</a> benchmarks used during the development of the library,
which can be executed with commands like:</p>
<pre class="code">java -jar build/benchmarks.jar XMLBuildBenchmark -rf json
</pre>
<p>Here are some results from them:</p>
<ul>
<li><a href="dom-mark.html">DOM benchmarks</a>.</li>
<li><a href="sac-mark.html">SAC benchmark (css4j 1.x only)</a>.</li>
</ul>
</div>
<div class="tema">
<h2>JMH Chart Generation</h2>
<p>The tables and charts were generated by the <a href="https://github.com/css4j/carte">Carte</a> engine.
Please read the <a href="https://github.com/css4j/carte/blob/master/README.md#running-the-jmh-report-application">README</a>
and look at the <a href="https://github.com/css4j/carte/tree/master/carte-jmh/examples"><code>examples</code>
folder</a> in the <code>carte-jmh</code> module). See also the <a href="https://github.com/css4j/carte/wiki/JMH">wiki</a>.</p>
</div>
</div>
<div class="footnote">
</div>
</div>
</div>
</body>
</html>