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

Unified Diff: perf/dashboard/overview.html

Issue 7574022: Update perf dashboard overview.html (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/
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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: perf/dashboard/overview.html
===================================================================
--- perf/dashboard/overview.html (revision 95020)
+++ perf/dashboard/overview.html (working copy)
@@ -95,6 +95,7 @@
</tr>
<tr>
<script>DisplayGraph("xp-release-dual-core/new-tab-ui-warm");</script>
+ <script>DisplayGraph("xp-release-dual-core/sync");</script>
</tr>
</table>
<h1 id="Chromium-XP-Single-Core">Chromium XP Single Core</h1>
@@ -126,7 +127,6 @@
</tr>
<tr>
<script>DisplayGraph("xp-release-single-core/new-tab-ui-warm");</script>
- <script>DisplayGraph("xp-release-single-core/sync");</script>
</tr>
</table>
@@ -192,38 +192,37 @@
</tr>
<tr>
<script>DisplayGraph("vista-release-single-core/new-tab-ui-warm");</script>
- <script>DisplayGraph("vista-release-single-core/sync");</script>
</tr>
</table>
<h1 id="Chromium-Linux">Chromium Linux</h1>
<table>
<tr>
- <script>DisplayGraph("linux-release-hardy/moz");</script>
- <script>DisplayGraph("linux-release-hardy/intl1");</script>
- <script>DisplayGraph("linux-release-hardy/intl2");</script>
+ <script>DisplayGraph("linux-release/moz");</script>
+ <script>DisplayGraph("linux-release/intl1");</script>
+ <script>DisplayGraph("linux-release/intl2");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-hardy/moz-http");</script>
- <script>DisplayGraph("linux-release-hardy/bloat-http");</script>
- <script>DisplayGraph("linux-release-hardy/dhtml");</script>
+ <script>DisplayGraph("linux-release/moz-http");</script>
+ <script>DisplayGraph("linux-release/bloat-http");</script>
+ <script>DisplayGraph("linux-release/dhtml");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-hardy/startup");</script>
- <script>DisplayGraph("linux-release-hardy/new-tab-ui-cold");</script>
- <script>DisplayGraph("linux-release-hardy/sunspider");</script>
+ <script>DisplayGraph("linux-release/startup");</script>
+ <script>DisplayGraph("linux-release/new-tab-ui-cold");</script>
+ <script>DisplayGraph("linux-release/sunspider");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-hardy/v8_benchmark");</script>
- <script>DisplayGraph("linux-release-hardy/dom_perf");</script>
- <script>DisplayGraph("linux-release-hardy/morejs");</script>
+ <script>DisplayGraph("linux-release/v8_benchmark");</script>
+ <script>DisplayGraph("linux-release/dom_perf");</script>
+ <script>DisplayGraph("linux-release/morejs");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-hardy/dromaeo_domcore");</script>
- <script>DisplayGraph("linux-release-hardy/dromaeo_jslib");</script>
- <script>DisplayGraph("linux-release-hardy/new-tab-ui-warm");</script>
+ <script>DisplayGraph("linux-release/dromaeo_domcore");</script>
+ <script>DisplayGraph("linux-release/dromaeo_jslib");</script>
+ <script>DisplayGraph("linux-release/new-tab-ui-warm");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-hardy/sync");</script>
+ <script>DisplayGraph("linux-release/sync");</script>
</tr>
</table>
<h1 id="Chromium-Linux-LowMem">Chromium Linux LowMem</h1>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698