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

Side by Side Diff: chrome/test/data/sunspider/sunspider-results.html

Issue 7578004: Move more files from chrome/test to chrome/test/base, part #7 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/v8_benchmark/run.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <head> 3 <head>
4 4
5 <meta charset=utf8> 5 <meta charset=utf8>
6 6
7 <!-- 7 <!--
8 Copyright (C) 2007 Apple Inc. All rights reserved. 8 Copyright (C) 2007 Apple Inc. All rights reserved.
9 9
10 Redistribution and use in source and binary forms, with or without 10 Redistribution and use in source and binary forms, with or without
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 } 71 }
72 return output; 72 return output;
73 } 73 }
74 74
75 function print(str) { 75 function print(str) {
76 var console = document.getElementById("console"); 76 var console = document.getElementById("console");
77 console.appendChild(document.createTextNode(str)); 77 console.appendChild(document.createTextNode(str));
78 console.appendChild(document.createElement("br")); 78 console.appendChild(document.createElement("br"));
79 } 79 }
80 </script> 80 </script>
81 <script src="../../ui/sunspider_uitest.js"></script> 81 <script src="../../perf/sunspider_uitest.js"></script>
82 <script src="sunspider-test-prefix.js"></script> 82 <script src="sunspider-test-prefix.js"></script>
83 <script src="sunspider-analyze-results.js"></script> 83 <script src="sunspider-analyze-results.js"></script>
84 <script src="sunspider-compare-results.js"></script> 84 <script src="sunspider-compare-results.js"></script>
85 85
86 <script> 86 <script>
87 // At this point the analysis is complete (see sunspider-analyze-results.js). 87 // At this point the analysis is complete (see sunspider-analyze-results.js).
88 automation.SetDone(); 88 automation.SetDone();
89 </script> 89 </script>
90 90
91 91
(...skipping 13 matching lines...) Expand all
105 } else { 105 } else {
106 var output1 = pivot(output1JSON); 106 var output1 = pivot(output1JSON);
107 sunspiderCompareResults(output1, output2); 107 sunspiderCompareResults(output1, output2);
108 } 108 }
109 } 109 }
110 </script> 110 </script>
111 111
112 112
113 </body> 113 </body>
114 </html> 114 </html>
OLDNEW
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/v8_benchmark/run.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698