<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[173211] trunk/Tools</title>
</head>
<body>

<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;  }
#msg dl a { font-weight: bold}
#msg dl a:link    { color:#fc3; }
#msg dl a:active  { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff  {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/173211">173211</a></dd>
<dt>Author</dt> <dd>dburkart@apple.com</dd>
<dt>Date</dt> <dd>2014-09-03 10:57:25 -0700 (Wed, 03 Sep 2014)</dd>
</dl>

<h3>Log Message</h3>
<pre>Dashboard should show performance bots.
https://bugs.webkit.org/show_bug.cgi?id=136386

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:
(BuildbotIteration.prototype._parseData.collectPerfTestResults):
(BuildbotIteration.prototype._parseData):
Support possible performance failures.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js:
New QueueView to manage the way we present performance data.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js:
(BuildbotQueue):
Support new 'performance' and 'performanceTestName' keys.


* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:
Add performance column to the main page.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
(WebKitBuildbot):
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
(body):
Make sure everything fits on 13 inch screens.

* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html:</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotIterationjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueuejs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsMainjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsWebKitBuildbotjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardStylesMaincss">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css</a></li>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardindexhtml">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotPerformanceQueueViewjs">trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotIterationjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -79,6 +79,10 @@
</span><span class="cx">     &quot;webkitpy-test&quot;: 1,
</span><span class="cx">     &quot;webkitperl-test&quot;: 1,
</span><span class="cx">     &quot;bindings-generation-tests&quot;: 1,
</span><ins>+    &quot;run Membuster OS Memory&quot;: 1,
+    &quot;run scrollperf&quot;: 1,
+    &quot;run PLT3&quot;: 1,
+    &quot;perf-test&quot;: 1
</ins><span class="cx"> };
</span><span class="cx"> 
</span><span class="cx"> BuildbotIteration.Event = {
</span><span class="lines">@@ -194,7 +198,7 @@
</span><span class="cx"> 
</span><span class="cx">             testResults.finished = true;
</span><span class="cx"> 
</span><del>-            if (!testStep.results || !testStep.results[0]) {
</del><ins>+            if (!testStep.results || testStep.results[0] === BuildbotIteration.SUCCESS) {
</ins><span class="cx">                 // All tests passed.
</span><span class="cx">                 testResults.allPassed = true;
</span><span class="cx">                 return testResults;
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotPerformanceQueueViewjs"></a>
<div class="addfile"><h4>Added: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js (0 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js                                (rev 0)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -0,0 +1,134 @@
</span><ins>+/*
+ * Copyright (C) 2013, 2014 Apple Inc. All rights reserved.
+ *
+ * Redistribution and use in source and binary forms, with or without
+ * modification, are permitted provided that the following conditions
+ * are met:
+ * 1. Redistributions of source code must retain the above copyright
+ *    notice, this list of conditions and the following disclaimer.
+ * 2. Redistributions in binary form must reproduce the above copyright
+ *    notice, this list of conditions and the following disclaimer in the
+ *    documentation and/or other materials provided with the distribution.
+ *
+ * THIS SOFTWARE IS PROVIDED BY APPLE INC. AND ITS CONTRIBUTORS ``AS IS''
+ * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ * THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL APPLE INC. OR ITS CONTRIBUTORS
+ * BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+ * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+ * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
+ * THE POSSIBILITY OF SUCH DAMAGE.
+ */
+
+BuildbotPerformanceQueueView = function(queues)
+{
+    BuildbotQueueView.call(this, [], queues);
+    this.update();
+};
+
+BaseObject.addConstructorFunctions(BuildbotPerformanceQueueView);
+
+BuildbotPerformanceQueueView.prototype = {
+    constructor: BuildbotPerformanceQueueView,
+    __proto__: BuildbotQueueView.prototype,
+
+    update: function()
+    {
+        QueueView.prototype.update.call(this);
+
+        this.element.removeChildren();
+
+        function appendPerformanceQueueStatus(queue)
+        {
+            var appendedStatus = false;
+
+            var limit = 2;
+            for (var i = 0; i &lt; queue.iterations.length &amp;&amp; limit &gt; 0; ++i) {
+                var iteration = queue.iterations[i];
+                if (!iteration.loaded || !iteration.finished)
+                    continue;
+
+                --limit;
+
+                var willHaveAnotherStatusLine = i + 1 &lt; queue.iterations.length &amp;&amp; limit &gt; 0 &amp;&amp; !iteration.successful; // This is not 100% correct, as the remaining iterations may not be finished or loaded yet, but close enough.
+                var messageElement = this.revisionContentForIteration(iteration, (iteration.productive &amp;&amp; willHaveAnotherStatusLine) ? iteration.previousProductiveIteration : null);
+
+                if (iteration.successful) {
+                    var status = new StatusLineView(messageElement, StatusLineView.Status.Good, &quot;all tests passed&quot;);
+                    limit = 0;
+                } else if (!iteration.productive) {
+                    var url = iteration.queue.buildbot.buildPageURLForIteration(iteration);
+                    var status = new StatusLineView(messageElement, StatusLineView.Status.Danger, iteration.text, null, url);
+                } else if (iteration.failed) {
+                    var url = iteration.queue.buildbot.buildPageURLForIteration(iteration);
+                    var status = new StatusLineView(messageElement, StatusLineView.Status.Bad, iteration.text, null, url);
+                } else {
+                    var url = iteration.queue.buildbot.buildPageURLForIteration(iteration);
+                    var status = new StatusLineView(messageElement, StatusLineView.Status.Danger, iteration.text, null, url);
+                }
+
+                this.element.appendChild(status.element);
+                appendedStatus = true;
+            }
+
+            if (!appendedStatus) {
+                var status = new StatusLineView(&quot;unknown&quot;, StatusLineView.Status.Neutral, &quot;last passing build&quot;);
+                this.element.appendChild(status.element);
+            }
+
+            new PopoverTracker(status.statusBubbleElement, this._presentPopoverForPerformanceQueue.bind(this), queue);
+        }
+
+        function appendBuild(queues, label)
+        {
+            queues.forEach(function(queue) {
+                var releaseLabel = document.createElement(&quot;a&quot;);
+                releaseLabel.classList.add(&quot;queueLabel&quot;);
+                releaseLabel.textContent = queue.performanceTestName ? queue.performanceTestName : label;
+                releaseLabel.href = queue.overviewURL;
+                releaseLabel.target = &quot;_blank&quot;;
+                this.element.appendChild(releaseLabel);
+
+                appendPerformanceQueueStatus.call(this, queue);
+            }.bind(this));
+        }
+
+        appendBuild.call(this, this.releaseQueues, 'Release');
+    },
+
+    addLinkToRow: function(rowElement, className, text, url)
+    {
+        var linkElement = document.createElement(&quot;a&quot;);
+        linkElement.className = className;
+        linkElement.textContent = text;
+        linkElement.href = url;
+        linkElement.target = &quot;_blank&quot;;
+        rowElement.appendChild(linkElement);
+    },
+
+    _popoverContentForPerformanceQueue: function(queue)
+    {
+        var content = document.createElement(&quot;div&quot;);
+        content.className = &quot;performance-popover&quot;;
+
+        var row = document.createElement(&quot;div&quot;);
+        this.addLinkToRow(row, &quot;dashboard-link&quot;, &quot;Performance Dashboard&quot;, queue.buildbot.performanceDashboardURL);
+
+        content.appendChild(row);
+
+        return content;
+    },
+
+    _presentPopoverForPerformanceQueue: function(element, popover, queue)
+    {
+        var content = this._popoverContentForPerformanceQueue(queue);
+
+        var rect = Dashboard.Rect.rectFromClientRect(element.getBoundingClientRect());
+        popover.content = content;
+        popover.present(rect, [Dashboard.RectEdge.MIN_Y, Dashboard.RectEdge.MAX_Y, Dashboard.RectEdge.MAX_X, Dashboard.RectEdge.MIN_X]);
+        return true;
+    }
+};
</ins></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsBuildbotQueuejs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -38,8 +38,10 @@
</span><span class="cx">     this.debug = info.debug || false;
</span><span class="cx">     this.builder = info.builder || false;
</span><span class="cx">     this.tester = info.tester || false;
</span><ins>+    this.performance = info.performance || false;
</ins><span class="cx">     this.architecture = info.architecture || null;
</span><span class="cx">     this.testCategory = info.testCategory || null;
</span><ins>+    this.performanceTestName = info.performanceTestName || null;
</ins><span class="cx"> 
</span><span class="cx">     this.iterations = [];
</span><span class="cx">     this._knownIterations = {};
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsMainjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -43,6 +43,8 @@
</span><span class="cx">             categoryName = &quot;builders&quot;;
</span><span class="cx">         } else if (queue.tester) {
</span><span class="cx">             categoryName = queue.testCategory;
</span><ins>+        } else if (queue.performance) {
+            categoryName = &quot;performance&quot;;
</ins><span class="cx">         } else {
</span><span class="cx">             console.assert(&quot;Unknown queue type.&quot;);
</span><span class="cx">             continue;
</span><span class="lines">@@ -148,6 +150,10 @@
</span><span class="cx">         row.appendChild(header);
</span><span class="cx">     }
</span><span class="cx"> 
</span><ins>+    var header = document.createElement(&quot;th&quot;);
+    header.textContent = &quot;Performance&quot;;
+    row.appendChild(header);
+
</ins><span class="cx">     if (hasEWS) {
</span><span class="cx">         var header = document.createElement(&quot;th&quot;);
</span><span class="cx">         header.textContent = &quot;EWS&quot;;
</span><span class="lines">@@ -206,6 +212,14 @@
</span><span class="cx">             row.appendChild(cell);
</span><span class="cx">         }
</span><span class="cx"> 
</span><ins>+        var cell = document.createElement(&quot;td&quot;);
+        if (platformQueues.performance &amp;&amp; platformQueues.performance.release) {
+            var view = new BuildbotPerformanceQueueView(platformQueues.performance.release);
+            cell.appendChild(view.element);
+        }
+
+        row.appendChild(cell);
+
</ins><span class="cx">         if (hasEWS) {
</span><span class="cx">             var cell = document.createElement(&quot;td&quot;);
</span><span class="cx"> 
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardScriptsWebKitBuildbotjs"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -33,12 +33,14 @@
</span><span class="cx">         &quot;Apple MountainLion Debug WK1 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMountainLion, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="cx">         &quot;Apple MountainLion Release WK2 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMountainLion, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><span class="cx">         &quot;Apple MountainLion Debug WK2 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMountainLion, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><ins>+        &quot;Apple MountainLion Release (Perf)&quot;: {platform: Dashboard.Platform.MacOSXMountainLion, debug: false, performance: true},
</ins><span class="cx">         &quot;Apple Mavericks Debug (Build)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
</span><span class="cx">         &quot;Apple Mavericks Release (Build)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: false, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
</span><span class="cx">         &quot;Apple Mavericks Debug WK1 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="cx">         &quot;Apple Mavericks Debug WK2 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><span class="cx">         &quot;Apple Mavericks Release WK1 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="cx">         &quot;Apple Mavericks Release WK2 (Tests)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><ins>+        &quot;Apple Mavericks Release (Perf)&quot;: {platform: Dashboard.Platform.MacOSXMavericks, debug: false, performance: true},
</ins><span class="cx">         &quot;Apple Win Debug (Build)&quot;: {platform: Dashboard.Platform.Windows7, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
</span><span class="cx">         &quot;Apple Win Release (Build)&quot;: {platform: Dashboard.Platform.Windows7, builder: true, architecture: Buildbot.BuildArchitecture.ThirtyTwoBit},
</span><span class="cx">         &quot;Apple Win 7 Debug (Tests)&quot;: {platform: Dashboard.Platform.Windows7, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit1},
</span><span class="lines">@@ -47,7 +49,9 @@
</span><span class="cx">         &quot;GTK Linux 64-bit Release (Tests)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: false, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><span class="cx">         &quot;GTK Linux 64-bit Debug (Build)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: true, builder: true, architecture: Buildbot.BuildArchitecture.SixtyFourBit},
</span><span class="cx">         &quot;GTK Linux 64-bit Debug (Tests)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: true, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
</span><del>-        &quot;EFL Linux 64-bit Release WK2&quot;: {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit2}
</del><ins>+        &quot;GTK Linux 64-bit Release (Perf)&quot;: {platform: Dashboard.Platform.LinuxGTK, debug: false, performance: true},
+        &quot;EFL Linux 64-bit Release WK2&quot;: {platform: Dashboard.Platform.LinuxEFL, tester: true, testCategory: Buildbot.TestCategory.WebKit2},
+        &quot;EFL Linux 64-bit Release WK2 (Perf)&quot;: {platform: Dashboard.Platform.LinuxEFL, performance: true}
</ins><span class="cx">     };
</span><span class="cx"> 
</span><span class="cx">     Buildbot.call(this, &quot;http://build.webkit.org/&quot;, queueInfo);
</span><span class="lines">@@ -58,6 +62,7 @@
</span><span class="cx"> WebKitBuildbot.prototype = {
</span><span class="cx">     constructor: WebKitBuildbot,
</span><span class="cx">     __proto__: Buildbot.prototype,
</span><ins>+    performanceDashboardURL:  &quot;https://perf.webkit.org&quot;,
</ins><span class="cx"> 
</span><span class="cx">     layoutTestResultsDirectoryURLForIteration: function(iteration)
</span><span class="cx">     {
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardStylesMaincss"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -89,7 +89,7 @@
</span><span class="cx"> body {
</span><span class="cx">     background-color: rgb(233, 231, 223);
</span><span class="cx">     text-align: center;
</span><del>-    margin: 50px;
</del><ins>+    margin: 50px 25px 50px 25px;
</ins><span class="cx"> }
</span><span class="cx"> 
</span><span class="cx"> table.queue-grid {
</span></span></pre></div>
<a id="trunkToolsBuildSlaveSupportbuildwebkitorgconfigpublic_htmldashboardindexhtml"></a>
<div class="modfile"><h4>Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -50,6 +50,7 @@
</span><span class="cx">     &lt;script src=&quot;Scripts/BuildbotQueueView.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">     &lt;script src=&quot;Scripts/BuildbotBuilderQueueView.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">     &lt;script src=&quot;Scripts/BuildbotTesterQueueView.js&quot;&gt;&lt;/script&gt;
</span><ins>+    &lt;script src=&quot;Scripts/BuildbotPerformanceQueueView.js&quot;&gt;&lt;/script&gt;
</ins><span class="cx">     &lt;script src=&quot;Scripts/EWSQueueView.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">     &lt;script src=&quot;Scripts/StatusLineView.js&quot;&gt;&lt;/script&gt;
</span><span class="cx">     &lt;script src=&quot;Scripts/Settings.js&quot;&gt;&lt;/script&gt;
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (173210 => 173211)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2014-09-03 17:37:36 UTC (rev 173210)
+++ trunk/Tools/ChangeLog        2014-09-03 17:57:25 UTC (rev 173211)
</span><span class="lines">@@ -1,3 +1,34 @@
</span><ins>+2014-09-03  Dana Burkart  &lt;dburkart@apple.com&gt;
+
+        Dashboard should show performance bots.
+        https://bugs.webkit.org/show_bug.cgi?id=136386
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotIteration.js:
+        (BuildbotIteration.prototype._parseData.collectPerfTestResults):
+        (BuildbotIteration.prototype._parseData):
+        Support possible performance failures.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotPerformanceQueueView.js:
+        New QueueView to manage the way we present performance data.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BuildbotQueue.js:
+        (BuildbotQueue):
+        Support new 'performance' and 'performanceTestName' keys.
+
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Main.js:
+        Add performance column to the main page.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
+        (WebKitBuildbot):
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/Main.css:
+        (body):
+        Make sure everything fits on 13 inch screens.
+
+        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/index.html:
+
</ins><span class="cx"> 2014-09-03  Zan Dobersek  &lt;zdobersek@igalia.com&gt;
</span><span class="cx"> 
</span><span class="cx">         GMainLoopSource is exposed to race conditions
</span></span></pre>
</div>
</div>

</body>
</html>