Title: [188129] trunk/Tools
Revision
188129
Author
rn...@webkit.org
Date
2015-08-07 10:04:31 -0700 (Fri, 07 Aug 2015)

Log Message

Use a specific version of Speedometer in run-benchmark
https://bugs.webkit.org/show_bug.cgi?id=147769

Reviewed by Chris Dumez.

Use the current latest revision as we work towards the bug 147768 (Update frameworks in Speedometer).

* Scripts/webkitpy/benchmark_runner/data/plans/speedometer.plan:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (188128 => 188129)


--- trunk/Tools/ChangeLog	2015-08-07 16:36:57 UTC (rev 188128)
+++ trunk/Tools/ChangeLog	2015-08-07 17:04:31 UTC (rev 188129)
@@ -1,5 +1,16 @@
 2015-08-07  Ryosuke Niwa  <rn...@webkit.org>
 
+        Use a specific version of Speedometer in run-benchmark
+        https://bugs.webkit.org/show_bug.cgi?id=147769
+
+        Reviewed by Chris Dumez.
+
+        Use the current latest revision as we work towards the bug 147768 (Update frameworks in Speedometer).
+
+        * Scripts/webkitpy/benchmark_runner/data/plans/speedometer.plan:
+
+2015-08-07  Ryosuke Niwa  <rn...@webkit.org>
+
         twisted_http_server.py should support --port
         https://bugs.webkit.org/show_bug.cgi?id=147771
 

Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/speedometer.plan (188128 => 188129)


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/speedometer.plan	2015-08-07 16:36:57 UTC (rev 188128)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/speedometer.plan	2015-08-07 17:04:31 UTC (rev 188129)
@@ -1,7 +1,7 @@
 {
     "timeout": 300,
     "count": 5,
-    "local_copy": "../../../../PerformanceTests/Speedometer",
+    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/Speedometer/@r183695",
     "benchmark_patch": "data/patches/Speedometer.patch",
     "entry_point": "Full.html",
     "output_file": "speedometer.result"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to