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