| Index: benchmarks/run.html
|
| ===================================================================
|
| --- benchmarks/run.html (revision 1898)
|
| +++ benchmarks/run.html (working copy)
|
| @@ -8,6 +8,7 @@
|
| <script type="text/javascript" src="raytrace.js"></script>
|
| <script type="text/javascript" src="earley-boyer.js"></script>
|
| <script type="text/javascript" src="regexp.js"></script>
|
| +<script type="text/javascript" src="splay.js"></script>
|
| <link type="text/css" rel="stylesheet" href="style.css"></link>
|
| <script type="text/javascript">
|
| var completed = 0;
|
| @@ -72,12 +73,13 @@
|
| <ul>
|
| <li><b>Richards</b><br/>OS kernel simulation benchmark, originally written in BCPL by Martin Richards (<i>539 lines</i>).</li>
|
| <li><b>DeltaBlue</b><br/>One-way constraint solver, originally written in Smalltalk by John Maloney and Mario Wolczko (<i>880 lines</i>).</li>
|
| -<li><b>Crypto</b><br/>Encryption and decryption benchmark based on code by Tom Wu (<i>1689 lines</i>).</li>
|
| -<li><b>RayTrace</b><br/>Ray tracer benchmark based on code by <a href="http://flog.co.nz/">Adam Burmister</a> (<i>3418 lines</i>).</li>
|
| -<li><b>EarleyBoyer</b><br/>Classic Scheme benchmarks, translated to JavaScript by Florian Loitsch's Scheme2Js compiler (<i>4682 lines</i>).</li>
|
| +<li><b>Crypto</b><br/>Encryption and decryption benchmark based on code by Tom Wu (<i>1698 lines</i>).</li>
|
| +<li><b>RayTrace</b><br/>Ray tracer benchmark based on code by <a href="http://flog.co.nz/">Adam Burmister</a> (<i>935 lines</i>).</li>
|
| +<li><b>EarleyBoyer</b><br/>Classic Scheme benchmarks, translated to JavaScript by Florian Loitsch's Scheme2Js compiler (<i>4685 lines</i>).</li>
|
| <li><b>RegExp</b><br/>Regular expression benchmark generated by extracting regular expression operations from 50 of the most popular web pages
|
| -(<i>4758 lines</i>).
|
| +(<i>1614 lines</i>).
|
| </li>
|
| +<li><b>Splay</b><br/>Data manipulation benchmark that deals with splay trees and exercises the automatic memory management subsystem (<i>378 lines</i>).</li>
|
| </ul>
|
|
|
| <p>
|
| @@ -90,7 +92,7 @@
|
|
|
| </td><td style="text-align: center">
|
| <div class="run">
|
| - <div id="status" style="text-align: center; margin-top: 60px; font-size: 120%; font-weight: bold;">Starting...</div>
|
| + <div id="status" style="text-align: center; margin-top: 50px; font-size: 120%; font-weight: bold;">Starting...</div>
|
| <div style="text-align: left; margin: 30px 0 0 90px;" id="results">
|
| <div>
|
| </div>
|
|
|