Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(324)

Side by Side Diff: benchmarks/v3/run.html

Issue 149671: Adding a missing 'the' in the warning message (Closed) Base URL: http://v8.googlecode.com/svn/data/
Patch Set: Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « benchmarks/v2/run.html ('k') | benchmarks/v4/run.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <html> 1 <html>
2 <head> 2 <head>
3 <title>V8 Benchmark Suite</title> 3 <title>V8 Benchmark Suite</title>
4 <script type="text/javascript" src="base.js"></script> 4 <script type="text/javascript" src="base.js"></script>
5 <script type="text/javascript" src="richards.js"></script> 5 <script type="text/javascript" src="richards.js"></script>
6 <script type="text/javascript" src="deltablue.js"></script> 6 <script type="text/javascript" src="deltablue.js"></script>
7 <script type="text/javascript" src="crypto.js"></script> 7 <script type="text/javascript" src="crypto.js"></script>
8 <script type="text/javascript" src="raytrace.js"></script> 8 <script type="text/javascript" src="raytrace.js"></script>
9 <script type="text/javascript" src="earley-boyer.js"></script> 9 <script type="text/javascript" src="earley-boyer.js"></script>
10 <script type="text/javascript" src="regexp.js"></script> 10 <script type="text/javascript" src="regexp.js"></script>
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 document.getElementById("version").innerHTML = version; 79 document.getElementById("version").innerHTML = version;
80 ShowWarningIfObsolete(); 80 ShowWarningIfObsolete();
81 window.setTimeout(Run, 200); 81 window.setTimeout(Run, 200);
82 } 82 }
83 </script> 83 </script>
84 </head> 84 </head>
85 <body onLoad="Load()"> 85 <body onLoad="Load()">
86 <div> 86 <div>
87 <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span ></h1></div> 87 <div class="title"><h1>V8 Benchmark Suite - version <span id="version">?</span ></h1></div>
88 <div class="warning" id="obsolete"> 88 <div class="warning" id="obsolete">
89 Warning! This is not the latest version of V8 benchmark 89 Warning! This is not the latest version of the V8 benchmark
90 suite. Consider running the 90 suite. Consider running the
91 <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html"> 91 <a href="http://v8.googlecode.com/svn/data/benchmarks/current/run.html">
92 latest version</a>. 92 latest version</a>.
93 </div> 93 </div>
94 <table> 94 <table>
95 <tr> 95 <tr>
96 <td class="contents"> 96 <td class="contents">
97 This page contains a suite of pure JavaScript benchmarks that we have 97 This page contains a suite of pure JavaScript benchmarks that we have
98 used to tune V8. The final score is computed as the geometric mean of 98 used to tune V8. The final score is computed as the geometric mean of
99 the individual results to make it independent of the running times of 99 the individual results to make it independent of the running times of
(...skipping 25 matching lines...) Expand all
125 <div id="status" style="text-align: center; margin-top: 60px; font-size: 120%; font-weight: bold;">Starting...</div> 125 <div id="status" style="text-align: center; margin-top: 60px; font-size: 120%; font-weight: bold;">Starting...</div>
126 <div style="text-align: left; margin: 30px 0 0 90px;" id="results"> 126 <div style="text-align: left; margin: 30px 0 0 90px;" id="results">
127 <div> 127 <div>
128 </div> 128 </div>
129 </td></tr></table> 129 </td></tr></table>
130 130
131 </div> 131 </div>
132 132
133 </body> 133 </body>
134 </html> 134 </html>
OLDNEW
« no previous file with comments | « benchmarks/v2/run.html ('k') | benchmarks/v4/run.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698