v8/benchmarks
2008-09-02 11:06:49 +00:00
..
base.js Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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 Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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 Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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 Added version 1 of the V8 benchmark suite to the repository. 2008-09-02 11:06:49 +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).