| Index: chrome/test/data/sunspider/sunspider-1.0/results.html
|
| diff --git a/chrome/test/data/sunspider/sunspider-results.html b/chrome/test/data/sunspider/sunspider-1.0/results.html
|
| similarity index 85%
|
| rename from chrome/test/data/sunspider/sunspider-results.html
|
| rename to chrome/test/data/sunspider/sunspider-1.0/results.html
|
| index 73e3d98212373936d2332b135bfd97bf02628e5d..3fac49ece87f52012218d9336cff329a65539aaa 100644
|
| --- a/chrome/test/data/sunspider/sunspider-results.html
|
| +++ b/chrome/test/data/sunspider/sunspider-1.0/results.html
|
| @@ -29,14 +29,14 @@
|
| OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| -->
|
|
|
| -<title>SunSpider 0.9.1 JavaScript Benchmark Results (sunspider-0.9.1 test suite)</title>
|
| -<link rel="stylesheet" href="sunspider.css">
|
| +<title>SunSpider 1.0 JavaScript Benchmark Results (sunspider-1.0 test suite)</title>
|
| +<link rel="stylesheet" href="../sunspider.css">
|
| </head>
|
|
|
| <body>
|
| -<h2><span id="logo">☀</span>SunSpider 0.9.1 JavaScript Benchmark Results</h2>
|
| +<h2><span id="logo">☀</span>SunSpider 1.0 JavaScript Benchmark Results</h2>
|
|
|
| -<h3>Content Version: sunspider-0.9.1</h3>
|
| +<h3>Content Version: sunspider-1.0</h3>
|
|
|
| <p><a href="driver.html">Run Again</a></p>
|
|
|
| @@ -78,16 +78,10 @@ function print(str) {
|
| console.appendChild(document.createElement("br"));
|
| }
|
| </script>
|
| -<script src="../../perf/sunspider_uitest.js"></script>
|
| -<script src="sunspider-test-prefix.js"></script>
|
| -<script src="sunspider-analyze-results.js"></script>
|
| -<script src="sunspider-compare-results.js"></script>
|
| -
|
| -<script>
|
| -// At this point the analysis is complete (see sunspider-analyze-results.js).
|
| -automation.SetDone();
|
| -</script>
|
|
|
| +<script src="sunspider-test-prefix.js"></script>
|
| +<script src="../sunspider-analyze-results.js"></script>
|
| +<script src="../sunspider-compare-results.js"></script>
|
|
|
| <script>
|
| var output2 = output;
|
|
|