| OLD | NEW |
| 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" |
| 2 "http://www.w3.org/TR/html4/strict.dtd"> | 2 "http://www.w3.org/TR/html4/strict.dtd"> |
| 3 <html lang="en"> | 3 <html lang="en"> |
| 4 <head> | 4 <head> |
| 5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> | 5 <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1"> |
| 6 <meta http-equiv="Content-Script-Type" content="text/javascript"> | 6 <meta http-equiv="Content-Script-Type" content="text/javascript"> |
| 7 <meta http-equiv="Content-Style-Type" content="text/css"> | 7 <meta http-equiv="Content-Style-Type" content="text/css"> |
| 8 <title>V8 Benchmark Suite</title> | 8 <title>V8 Benchmark Suite</title> |
| 9 <script type="text/javascript" src="base.js"></script> | 9 <script type="text/javascript" src="base.js"></script> |
| 10 <script type="text/javascript" src="richards.js"></script> | 10 <script type="text/javascript" src="richards.js"></script> |
| (...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 used to tune V8. The final score is computed as the geometric mean of | 104 used to tune V8. The final score is computed as the geometric mean of |
| 105 the individual results to make it independent of the running times of | 105 the individual results to make it independent of the running times of |
| 106 the individual benchmarks and of a reference system (score | 106 the individual benchmarks and of a reference system (score |
| 107 100). Scores are not comparable across benchmark suite versions and | 107 100). Scores are not comparable across benchmark suite versions and |
| 108 higher scores means better performance: <em>Bigger is better!</em> | 108 higher scores means better performance: <em>Bigger is better!</em> |
| 109 | 109 |
| 110 <ul> | 110 <ul> |
| 111 <li><b>Richards</b><br>OS kernel simulation benchmark, originally written in BCP
L by Martin Richards (<i>539 lines</i>).</li> | 111 <li><b>Richards</b><br>OS kernel simulation benchmark, originally written in BCP
L by Martin Richards (<i>539 lines</i>).</li> |
| 112 <li><b>DeltaBlue</b><br>One-way constraint solver, originally written in Smallta
lk by John Maloney and Mario Wolczko (<i>880 lines</i>).</li> | 112 <li><b>DeltaBlue</b><br>One-way constraint solver, originally written in Smallta
lk by John Maloney and Mario Wolczko (<i>880 lines</i>).</li> |
| 113 <li><b>Crypto</b><br>Encryption and decryption benchmark based on code by Tom Wu
(<i>1698 lines</i>).</li> | 113 <li><b>Crypto</b><br>Encryption and decryption benchmark based on code by Tom Wu
(<i>1698 lines</i>).</li> |
| 114 <li><b>RayTrace</b><br>Ray tracer benchmark based on code by <a href="http://flo
g.co.nz/">Adam Burmister</a> (<i>935 lines</i>).</li> | 114 <li><b>RayTrace</b><br>Ray tracer benchmark based on code by <a href="http://flo
g.co.nz/">Adam Burmister</a> (<i>904 lines</i>).</li> |
| 115 <li><b>EarleyBoyer</b><br>Classic Scheme benchmarks, translated to JavaScript by
Florian Loitsch's Scheme2Js compiler (<i>4685 lines</i>).</li> | 115 <li><b>EarleyBoyer</b><br>Classic Scheme benchmarks, translated to JavaScript by
Florian Loitsch's Scheme2Js compiler (<i>4684 lines</i>).</li> |
| 116 <li><b>RegExp</b><br>Regular expression benchmark generated by extracting regula
r expression operations from 50 of the most popular web pages | 116 <li><b>RegExp</b><br>Regular expression benchmark generated by extracting regula
r expression operations from 50 of the most popular web pages |
| 117 (<i>1614 lines</i>). | 117 (<i>1614 lines</i>). |
| 118 </li> | 118 </li> |
| 119 <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> | 119 <li><b>Splay</b><br>Data manipulation benchmark that deals with splay trees and
exercises the automatic memory management subsystem (<i>379 lines</i>).</li> |
| 120 </ul> | 120 </ul> |
| 121 | 121 |
| 122 <p> | 122 <p> |
| 123 Note that benchmark results are not comparable unless both results are | 123 Note that benchmark results are not comparable unless both results are |
| 124 run with the same revision of the benchmark suite. We will be making | 124 run with the same revision of the benchmark suite. We will be making |
| 125 revisions from time to time in order to fix bugs or expand the scope | 125 revisions from time to time in order to fix bugs or expand the scope |
| 126 of the benchmark suite. For previous revisions and the change log see | 126 of the benchmark suite. For previous revisions and the change log see |
| 127 the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/revisions.html
">revisions</a> page. | 127 the <a href="http://v8.googlecode.com/svn/data/benchmarks/current/revisions.html
">revisions</a> page. |
| 128 </p> | 128 </p> |
| 129 | 129 |
| 130 </td><td style="text-align: center"> | 130 </td><td style="text-align: center"> |
| 131 <div class="run"> | 131 <div class="run"> |
| 132 <div id="status">Starting...</div> | 132 <div id="status">Starting...</div> |
| 133 <div id="results"> | 133 <div id="results"> |
| 134 </div> | 134 </div> |
| 135 </div> | 135 </div> |
| 136 </td></tr></table> | 136 </td></tr></table> |
| 137 | 137 |
| 138 </div> | 138 </div> |
| 139 | 139 |
| 140 </body> | 140 </body> |
| 141 </html> | 141 </html> |
| OLD | NEW |