summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/sunspider/README.chromium
blob: c02c2f36df3a684b7fae643a6af4311e44ec498c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This directory contains SunSpider, a JavaScript performance benchmark.

SunSpider was developed and released by the WebKit team.

This copy was fetched from:
http://webkit.org/perf/sunspider-0.9/sunspider.html

Version: 0.9

Modifications:
  - Included sunspider_uitest.js in sunspider-results.html. This file provides
    an interface between the benchmark and the test automation.
  - Included json2.js, a parser/stringifier for JSON in JavaScript, in
    sunspider-results.html. This is used to stringify results for consumption
    by the test automation.
  - Modified sunspider-results.html to call automation.SetDone() after the
    results have been analyzed.