v8/benchmarks
christian.plesner.hansen@gmail.com 9bed566bdb Changed copyright header from google inc. to v8 project authors.
Added presubmit step to check copyright.



git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@242 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2008-09-09 20:08:45 +00:00
..
base.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
crypto.js Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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 Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +00:00
raytrace.js Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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 Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +00:00
run.html Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +00:00
run.js Changed copyright header from google inc. to v8 project authors. 2008-09-09 20:08:45 +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).