Update benchmark page.

This commit is contained in:
Hanjoung Lee
2015-11-23 17:07:03 +09:00
parent 3c57f7d99c
commit 390d0eb97f
2 changed files with 28 additions and 12 deletions
+14 -6
View File
@@ -15,25 +15,33 @@
<h1>Jerryscript Benchmark</h1>
<p>
<span style="font-weight: bold; color: blue;">lower is better</span>
for both memory and performance.
Show data
<a href="?show=sum">by_sum</a> /
<a href="?show=max">by max</a>
value of subtests
</p>
<div class="container">
<div id="wrapper_sunspider-1.0.2" class="content">
<h3>sunspider-1.0.2</h3>
<div id="chart_sunspider-1.0.2_memory" class="graph-container"></div>
<div id="chart_sunspider-1.0.2_performance" class="graph-container"></div>
<div id="chart_sunspider-1.0.2_memory" class="graph-container">loading...</div>
<div id="chart_sunspider-1.0.2_performance" class="graph-container">loading...</div>
</div>
<div id="wrapper_ubench">
<h3>ubench</h3>
<div id="chart_ubench_memory" class="graph-container"></div>
<div id="chart_ubench_performance" class="graph-container"></div>
<div id="chart_ubench_memory" class="graph-container">loading...</div>
<div id="chart_ubench_performance" class="graph-container">loading...</div>
</div>
</div><!-- container -->
<p>
<span style="font-weight: bold; color: blue;">lower is better</span>
for both memory and performance.
</p>
</body>
</html>