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

Side by Side Diff: benchmarks/revisions.html

Issue 13046: Update benchmark page (Closed)
Patch Set: Created 12 years 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
« no previous file with comments | « no previous file | benchmarks/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
(Empty)
1 <html>
2 <head>
3 <title>V8 Benchmark Suite Revisions</title>
4 <link type="text/css" rel="stylesheet" href="style.css"></link>
5 </head>
6 <body>
7 <div>
8 <div class="title"><h1>V8 Benchmark Suite Revisions</h1></div>
9 <table>
10 <tr>
11 <td class="contents">
12
13 <p>
14
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
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
19 the benchmark suite.
20
21 </p>
22
23 <div class="subtitle"><h3>Version 2 (<a href="http://v8.googlecode.com/svn/data/ benchmarks/v2/run.html">link</a>)</h3></div>
24
25 <p>For version 2 the crypto benchmark was fixed. Previously, the
26 decryption stage was given plaintext as input, which resulted in an
27 error. Now, the decryption stage is given the output of the
28 encryption stage as input. The result is checked against the original
29 plaintext. For this to give the correct results the crypto objects
30 are reset for each iteration of the benchmark. In addition, the size
31 of the plain text has been increased a little and the use of
32 Math.random() and new Date() to build an RNG pool has been
33 removed. </p>
34
35 <p>Other benchmarks were fixed to do elementary verification of the
36 results of their calculations. This is to avoid accidentally
37 obtaining scores that are the result of an incorrect JavaScript engine
38 optimization.</p>
39
40 <div class="subtitle"><h3>Version 1 (<a href="http://v8.googlecode.com/svn/data/ benchmarks/v1/run.html">link</a>)</h3></div>
41
42 <p>Initial release.</p>
43
44 </td><td style="text-align: center">
45 </td></tr></table>
46
47 </div>
48
49 </body>
50 </html>
OLDNEW
« no previous file with comments | « no previous file | benchmarks/run.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698