OLD | NEW |
| (Empty) |
1 This directory contains the V8 Benchmark Suite, a JavaScript performance | |
2 benchmark. See README.txt for more details. | |
3 | |
4 The V8 Benchmark Suite was developed and released by the V8 team. | |
5 | |
6 This copy was fetched from: | |
7 http://v8.googlecode.com/svn/data/benchmarks/v6 | |
8 | |
9 Version: 6 | |
10 | |
11 Modifications: | |
12 - Included v8_benchmark_uitest.js in run.html. This file provides an | |
13 interface between the benchmark and the test automation. | |
14 - Included json2.js, a parser/stringifier for JSON in JavaScript, in | |
15 run.html. This is used to stringify results for consumption by the test | |
16 automation. | |
17 - Modified run.html to call automation functions as necessary. | |
OLD | NEW |