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

Unified Diff: dashboard/overview.html

Issue 11488018: Update perf results after r172174. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/perf/
Patch Set: Created 8 years 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 | generate_perf.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dashboard/overview.html
===================================================================
--- dashboard/overview.html (revision 172120)
+++ dashboard/overview.html (working copy)
@@ -75,14 +75,24 @@
<tr>
<script>DisplayGraph("android-gn/jsgamebench");</script>
<script>DisplayGraph("android-gn/sunspider");</script>
+ <script>DisplayGraph("android-gn/octane");</script>
</tr>
+ <tr>
+ <script>DisplayGraph("android-gn/image_decoding_benchmark");</script>
+ <script>DisplayGraph("android-gn/spaceport");</script>
+ </tr>
</table>
<h1 id="Chromium-Android-Nexus10">Android Nexus10</h1>
<table>
<tr>
<script>DisplayGraph("android-nexus10/jsgamebench");</script>
<script>DisplayGraph("android-nexus10/sunspider");</script>
+ <script>DisplayGraph("android-nexus10/octane");</script>
</tr>
+ <tr>
+ <script>DisplayGraph("android-nexus10/image_decoding_benchmark");</script>
+ <script>DisplayGraph("android-nexus10/spaceport");</script>
+ </tr>
</table>
<h1 id="Chromium-XP-Dual-Core">XP Dual Core</h1>
<table>
@@ -103,7 +113,7 @@
</tr>
<tr>
<script>DisplayGraph("xp-release-dual-core/sunspider");</script>
- <script>DisplayGraph("xp-release-dual-core/v8_benchmark");</script>
+ <script>DisplayGraph("xp-release-dual-core/octane");</script>
<script>DisplayGraph("xp-release-dual-core/dom_perf");</script>
</tr>
<tr>
@@ -136,7 +146,7 @@
</tr>
<tr>
<script>DisplayGraph("xp-release-single-core/sunspider");</script>
- <script>DisplayGraph("xp-release-single-core/v8_benchmark");</script>
+ <script>DisplayGraph("xp-release-single-core/octane");</script>
<script>DisplayGraph("xp-release-single-core/dom_perf");</script>
</tr>
<tr>
@@ -168,7 +178,7 @@
</tr>
<tr>
<script>DisplayGraph("chromium-rel-win7-dual/sunspider");</script>
- <script>DisplayGraph("chromium-rel-win7-dual/v8_benchmark");</script>
+ <script>DisplayGraph("chromium-rel-win7-dual/octane");</script>
<script>DisplayGraph("chromium-rel-win7-dual/dom_perf");</script>
</tr>
<tr>
@@ -191,8 +201,7 @@
</tr>
<tr>
<script>DisplayGraph("chromium-rel-win7-gpu-ati/spaceport");</script>
- <td></td>
- <td></td>
+ <script>DisplayGraph("chromium-rel-win7-gpu-ati/image_decoding_benchmark");</script>
</tr>
</table>
@@ -205,8 +214,7 @@
</tr>
<tr>
<script>DisplayGraph("chromium-rel-win7-gpu-intel/spaceport");</script>
- <td></td>
- <td></td>
+ <script>DisplayGraph("chromium-rel-win7-gpu-intel/image_decoding_benchmark");</script>
</tr>
</table>
@@ -219,8 +227,7 @@
</tr>
<tr>
<script>DisplayGraph("chromium-rel-win7-gpu-nvidia/spaceport");</script>
- <td></td>
- <td></td>
+ <script>DisplayGraph("chromium-rel-win7-gpu-nvidia/image_decoding_benchmark");</script>
</tr>
</table>
@@ -242,7 +249,7 @@
<script>DisplayGraph("linux-release/sunspider");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release/v8_benchmark");</script>
+ <script>DisplayGraph("linux-release/octane");</script>
<script>DisplayGraph("linux-release/dom_perf");</script>
<script>DisplayGraph("linux-release/morejs");</script>
</tr>
@@ -279,7 +286,7 @@
<script>DisplayGraph("linux-release-lowmem/sunspider");</script>
</tr>
<tr>
- <script>DisplayGraph("linux-release-lowmem/v8_benchmark");</script>
+ <script>DisplayGraph("linux-release-lowmem/octane");</script>
<script>DisplayGraph("linux-release-lowmem/dom_perf");</script>
<script>DisplayGraph("linux-release-lowmem/morejs");</script>
</tr>
@@ -307,7 +314,7 @@
</tr>
<tr>
<script>DisplayGraph("mac-release-10.6/sunspider");</script>
- <script>DisplayGraph("mac-release-10.6/v8_benchmark");</script>
+ <script>DisplayGraph("mac-release-10.6/octane");</script>
<script>DisplayGraph("mac-release-10.6/dom_perf");</script>
</tr>
<tr>
@@ -335,8 +342,7 @@
</tr>
<tr>
<script>DisplayGraph("chromium-rel-mac7-gpu-intel/spaceport");</script>
- <td></td>
- <td></td>
+ <script>DisplayGraph("chromium-rel-mac7-gpu-intel/image_decoding_benchmark");</script>
</tr>
</table>
</center>
« no previous file with comments | « no previous file | generate_perf.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698