You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
isaacs f4641bd4de Update v8 to 3.9.9 13 years ago
..
spinning-balls Upgrade V8 to 3.7.12 13 years ago
README.txt Upgrade V8 to 2.4.7 14 years ago
base.js Update v8 to 3.9.9 13 years ago
crypto.js Upgrade V8 to 3.6.1 13 years ago
deltablue.js Upgrade V8 to 2.4.4 14 years ago
earley-boyer.js Upgrade V8 to 3.6.1 13 years ago
navier-stokes.js Update v8 to 3.9.9 13 years ago
raytrace.js Upgrade V8 to 2.4.4 14 years ago
regexp.js Upgrade V8 to 3.6.1 13 years ago
revisions.html Upgrade V8 to 2.4.7 14 years ago
richards.js Upgrade V8 to 2.4.4 14 years ago
run.html Update v8 to 3.9.9 13 years ago
run.js Update v8 to 3.9.9 13 years ago
splay.js Upgrade V8 to 2.4.4 14 years ago
style.css Upgrade V8 to 1.3.1 15 years ago
v8-logo.png import full versions of dependency libraries! 16 years ago

README.txt

V8 Benchmark Suite
==================

This is the V8 benchmark suite: A collection of pure JavaScript
benchmarks that we have used to tune V8. The licenses for the
individual benchmarks are included in the JavaScript files.

In addition to the benchmarks, the suite consists of the benchmark
framework (base.js), which must be loaded before any of the individual
benchmark files, and two benchmark runners: An HTML version (run.html)
and a standalone JavaScript version (run.js).


Changes From Version 1 To Version 2
===================================

For version 2 the crypto benchmark was fixed. Previously, the
decryption stage was given plaintext as input, which resulted in an
error. Now, the decryption stage is given the output of the
encryption stage as input. The result is checked against the original
plaintext. For this to give the correct results the crypto objects
are reset for each iteration of the benchmark. In addition, the size
of the plain text has been increased a little and the use of
Math.r