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

Side by Side Diff: benchmarks/README.txt

Issue 9701067: More fixes for V8 benchmark version 7. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « no previous file | benchmarks/revisions.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 V8 Benchmark Suite 1 V8 Benchmark Suite
2 ================== 2 ==================
3 3
4 This is the V8 benchmark suite: A collection of pure JavaScript 4 This is the V8 benchmark suite: A collection of pure JavaScript
5 benchmarks that we have used to tune V8. The licenses for the 5 benchmarks that we have used to tune V8. The licenses for the
6 individual benchmarks are included in the JavaScript files. 6 individual benchmarks are included in the JavaScript files.
7 7
8 In addition to the benchmarks, the suite consists of the benchmark 8 In addition to the benchmarks, the suite consists of the benchmark
9 framework (base.js), which must be loaded before any of the individual 9 framework (base.js), which must be loaded before any of the individual
10 benchmark files, and two benchmark runners: An HTML version (run.html) 10 benchmark files, and two benchmark runners: An HTML version (run.html)
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 typos in the DeltaBlue implementation. Changed the Splay benchmark to 70 typos in the DeltaBlue implementation. Changed the Splay benchmark to
71 avoid converting the same numeric key to a string over and over again 71 avoid converting the same numeric key to a string over and over again
72 and to avoid inserting and removing the same element repeatedly thus 72 and to avoid inserting and removing the same element repeatedly thus
73 increasing pressure on the memory subsystem. Changed the RegExp 73 increasing pressure on the memory subsystem. Changed the RegExp
74 benchmark to exercise the regular expression engine on different 74 benchmark to exercise the regular expression engine on different
75 input strings. 75 input strings.
76 76
77 Furthermore, the benchmark runner was changed to run the benchmarks 77 Furthermore, the benchmark runner was changed to run the benchmarks
78 for at least a few times to stabilize the reported numbers on slower 78 for at least a few times to stabilize the reported numbers on slower
79 machines. 79 machines.
80
81
82 Changes from Version 6 to Version 7
83 ===================================
84
85 Added the Navier-Stokes benchmark, a 2D differential equation solver
86 that stresses arithmetic computations on double arrays.
OLDNEW
« no previous file with comments | « no previous file | benchmarks/revisions.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698