Title: [184271] trunk/Tools
Revision
184271
Author
[email protected]
Date
2015-05-12 22:44:07 -0700 (Tue, 12 May 2015)

Log Message

Unreviewed build fix.

Added the missing metric name and wrapped values in an array as done in SunSpider.patch.

* Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (184270 => 184271)


--- trunk/Tools/ChangeLog	2015-05-13 05:39:50 UTC (rev 184270)
+++ trunk/Tools/ChangeLog	2015-05-13 05:44:07 UTC (rev 184271)
@@ -1,5 +1,13 @@
 2015-05-12  Ryosuke Niwa  <[email protected]>
 
+        Unreviewed build fix.
+
+        Added the missing metric name and wrapped values in an array as done in SunSpider.patch.
+
+        * Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch:
+
+2015-05-12  Ryosuke Niwa  <[email protected]>
+
         Fix the previous commit, which made both bubbles green.
 
         * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Styles/StatusLineView.css:

Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch (184270 => 184271)


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch	2015-05-13 05:39:50 UTC (rev 184270)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch	2015-05-13 05:44:07 UTC (rev 184271)
@@ -19,7 +19,7 @@
 +        var values = new Array(output.length);
 +        for (var i = 0; i < output.length; i++)
 +            values[i] = output[i][test];
-+        tests[test] = {"metrics": {"current": values}}
++        tests[test] = {"metrics": {"Time": {"current": [values]}}}
      }
 -    outputString = outputString.substring(0, outputString.length - 1);
 -    outputString += "}";
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to