v8/benchmarks
erik.corry@gmail.com 806c4d63c3 Introduce some checks to indicate that the benchmarks have run correctly.
This change affects the results by around 2% so the version number has been
bumped to 2 to avoid confusion.
Review URL: http://codereview.chromium.org/4401

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@379 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-25 13:48:27 +00:00
..
base.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
crypto.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
deltablue.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
earley-boyer.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
raytrace.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
README.txt Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +00:00
richards.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
run.html Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
run.js Introduce some checks to indicate that the benchmarks have run correctly. 2008-09-25 13:48:27 +00:00
v8-logo.png Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +00:00

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).