summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/sunspider/README.chromium
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/data/sunspider/README.chromium')
-rw-r--r--chrome/test/data/sunspider/README.chromium9
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/test/data/sunspider/README.chromium b/chrome/test/data/sunspider/README.chromium
index 89ff3c9..eda84cd 100644
--- a/chrome/test/data/sunspider/README.chromium
+++ b/chrome/test/data/sunspider/README.chromium
@@ -6,3 +6,12 @@ This copy was fetched from:
http://webkit.org/perf/sunspider-0.9/sunspider.html
Version: 0.9
+
+Modifications:
+ - Added automation.js to provide an interface between the benchmark and the
+ test automation. Included this file in sunspider-results.html.
+ - 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.