blob: 7c63def9493afdd9b7d8ea774b6288a314db8402 (
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://www.webkit.org/perf/sunspider/sunspider.html
Version: 0.9.1
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.
|