summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/sunspider/README.chromium
blob: 8dd5c82f09ea1c20cd506df70f0ee99e09fd3d4b (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.
  - 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 sunspider-results.html.
  - Modified sunspider-results.html to call automation.SetDone() after the
    results have been analyzed.