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

Side by Side Diff: benchmarks/revisions.html

Issue 113839: Remove duplicate line in benchmarks/base.js ... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: '' Created 11 years, 7 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/base.js ('k') | no next file » | 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 Revisions</title> 3 <title>V8 Benchmark Suite Revisions</title>
4 <link type="text/css" rel="stylesheet" href="style.css"></link> 4 <link type="text/css" rel="stylesheet" href="style.css"></link>
5 </head> 5 </head>
6 <body> 6 <body>
7 <div> 7 <div>
8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div> 8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div>
9 <table> 9 <table>
10 <tr> 10 <tr>
11 <td class="contents"> 11 <td class="contents">
12 12
13 <p> 13 <p>
14 14
15 The V8 benchmark suite is changed from time to time as we fix bugs or 15 The V8 benchmark suite is changed from time to time as we fix bugs or
16 expand the scope of the benchmarks. Here is a list of revisions, with 16 expand the scope of the benchmarks. Here is a list of revisions, with
17 a description of the changes made. Note that benchmark results are 17 a description of the changes made. Note that benchmark results are
18 not comparable unless both results are run with the same revision of 18 not comparable unless both results are run with the same revision of
19 the benchmark suite. 19 the benchmark suite.
20 20
21 </p> 21 </p>
22 22
23 <div class="subtitle"><h3>Version 5 (<a href="http://v8.googlecode.com/svn/data/ benchmarks/v5/run.html">link</a>)</h3></div>
24
25 <p>Removed a duplicate line in the base random seed code.
26 </p>
27
23 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/ benchmarks/v4/run.html">link</a>)</h3></div> 28 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/ benchmarks/v4/run.html">link</a>)</h3></div>
24 29
25 <p>The <i>Splay</i> benchmark is a newcomer in version 4. It 30 <p>The <i>Splay</i> benchmark is a newcomer in version 4. It
26 manipulates a splay tree by adding and removing data nodes, thus 31 manipulates a splay tree by adding and removing data nodes, thus
27 exercising the memory management subsystem of the JavaScript engine. 32 exercising the memory management subsystem of the JavaScript engine.
28 </p> 33 </p>
29 34
30 <p> 35 <p>
31 Furthermore, all the unused parts of the Prototype library were 36 Furthermore, all the unused parts of the Prototype library were
32 removed from the RayTrace benchmark. This does not affect the running 37 removed from the RayTrace benchmark. This does not affect the running
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 74
70 <p>Initial release.</p> 75 <p>Initial release.</p>
71 76
72 </td><td style="text-align: center"> 77 </td><td style="text-align: center">
73 </td></tr></table> 78 </td></tr></table>
74 79
75 </div> 80 </div>
76 81
77 </body> 82 </body>
78 </html> 83 </html>
OLDNEW
« no previous file with comments | « benchmarks/base.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698