| OLD | NEW |
| 1 This directory contains SunSpider, a JavaScript performance benchmark. | 1 This directory contains SunSpider, a JavaScript performance benchmark. |
| 2 | 2 |
| 3 SunSpider was developed and released by the WebKit team. | 3 SunSpider was developed and released by the WebKit team. |
| 4 | 4 |
| 5 This copy was fetched from: | 5 This copy was fetched from: |
| 6 http://webkit.org/perf/sunspider-0.9/sunspider.html | 6 http://webkit.org/perf/sunspider-0.9/sunspider.html |
| 7 | 7 |
| 8 Version: 0.9 | 8 Version: 0.9 |
| 9 |
| 10 Modifications: |
| 11 - Added automation.js to provide an interface between the benchmark and the |
| 12 test automation. Included this file in sunspider-results.html. |
| 13 - Added json2.js, a parser/stringifier for JSON in JavaScript. This is used |
| 14 to stringify results for consumption by the test automation. Included this |
| 15 file in sunspider-results.html. |
| 16 - Modified sunspider-results.html to call automation.SetDone() after the |
| 17 results have been analyzed. |
| OLD | NEW |