summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/v8_benchmark/README.chromium
blob: 5445a193f4cd652118a169c2a70815a5978ea30b (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/v4

Version: 4

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