summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/v8_benchmark/README.chromium
blob: 131cf4869e550cf1c578e9793b71c68caf9fabb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This directory contains the V8 Benchmark Suite, a JavaScript performance
benchmark. See README.txt for more details.

The V8 Benchmark Suite was developed and released by the V8 team.

This copy was fetched from:
http://v8.googlecode.com/svn/data/benchmarks/v3

Version: 3

Modifications:
  - Included v8_benchmark_uitest.js in run.html. This file provides an
    interface between the benchmark and the test automation.
  - Added json2.js, a parser/stringifier for JSON in JavaScript. This is used
    to stringify results for consumption by the test automation. Included this
    file in run.html.
  - Modified run.html to call automation functions as necessary.