Title: [204421] trunk/Tools
Revision
204421
Author
[email protected]
Date
2016-08-12 14:24:40 -0700 (Fri, 12 Aug 2016)

Log Message

run-benchmark should run JetStream 1.1 instead of 1.0.1
https://bugs.webkit.org/show_bug.cgi?id=160816

Reviewed by Filip Pizlo.

Use the latest JetStream 1.1 in run-benchmark.

* Scripts/webkitpy/benchmark_runner/benchmark_builder.py:
(BenchmarkBuilder.__exit__):
* Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch: Updated to apply against 1.1 directory.
* Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan: Updated to use r190897, which is the last
change to JetStream directory.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (204420 => 204421)


--- trunk/Tools/ChangeLog	2016-08-12 21:09:48 UTC (rev 204420)
+++ trunk/Tools/ChangeLog	2016-08-12 21:24:40 UTC (rev 204421)
@@ -1,3 +1,18 @@
+2016-08-12  Ryosuke Niwa  <[email protected]>
+
+        run-benchmark should run JetStream 1.1 instead of 1.0.1
+        https://bugs.webkit.org/show_bug.cgi?id=160816
+
+        Reviewed by Filip Pizlo.
+
+        Use the latest JetStream 1.1 in run-benchmark.
+
+        * Scripts/webkitpy/benchmark_runner/benchmark_builder.py:
+        (BenchmarkBuilder.__exit__):
+        * Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch: Updated to apply against 1.1 directory.
+        * Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan: Updated to use r190897, which is the last
+        change to JetStream directory.
+
 2016-08-12  Alex Christensen  <[email protected]>
 
         Initial URLParser implementation

Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch (204420 => 204421)


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch	2016-08-12 21:09:48 UTC (rev 204420)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch	2016-08-12 21:24:40 UTC (rev 204421)
@@ -1,7 +1,7 @@
 diff --git a/JetStream-1.0.1/JetStreamDriver.js b/JetStream-1.0.1/JetStreamDriver.js
 index 73ee420..60f587c 100644
---- a/JetStream-1.0.1/JetStreamDriver.js
-+++ b/JetStream-1.0.1/JetStreamDriver.js
+--- a/JetStream-1.1/JetStreamDriver.js
++++ b/JetStream-1.1/JetStreamDriver.js
 @@ -448,6 +448,14 @@ var JetStream = (function() {
  
          return rawResults;
@@ -43,8 +43,8 @@
      function iterate()
 diff --git a/JetStream-1.0.1/index.html b/JetStream-1.0.1/index.html
 index e27535c..001087d 100644
---- a/JetStream-1.0.1/index.html
-+++ b/JetStream-1.0.1/index.html
+--- a/JetStream-1.1/index.html
++++ b/JetStream-1.1/index.html
 @@ -34,8 +34,10 @@
      window._onerror_ = function() { allIsGood = false; }
  

Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan (204420 => 204421)


--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan	2016-08-12 21:09:48 UTC (rev 204420)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan	2016-08-12 21:24:40 UTC (rev 204421)
@@ -1,9 +1,9 @@
 {
     "timeout": 1200,
     "count": 5,
-    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/JetStream/@r183091",
+    "svn_source": "https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/JetStream/@r190897",
     "benchmark_patch": "data/patches/JetStream.patch",
     "create_script": ["ruby", "create.rb"],
-    "entry_point": "JetStream-1.0.1/index.html",
+    "entry_point": "JetStream-1.1/index.html",
     "output_file": "jetstream.result"
 }
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to