f472c46a08
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@91 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 lines
481 B
Plaintext
12 lines
481 B
Plaintext
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).
|