Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1747)

Unified Diff: chrome/test/data/sunspider/sunspider-1.0/results.html

Issue 14863013: Update SunSpider benchmark from 0.9.1 to 1.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missing files Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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">&#x2600;</span>SunSpider 0.9.1 JavaScript Benchmark Results</h2>
+<h2><span id="logo">&#x2600;</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;

Powered by Google App Engine
This is Rietveld 408576698