<!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>[188065] 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/188065">188065</a></dd>
<dt>Author</dt> <dd>rniwa@webkit.org</dd>
<dt>Date</dt> <dd>2015-08-06 15:23:31 -0700 (Thu, 06 Aug 2015)</dd>
</dl>

<h3>Log Message</h3>
<pre>Automate JSBench with run-benchmark
https://bugs.webkit.org/show_bug.cgi?id=147716

Reviewed by Chris Dumez.

Added JSBench plan to run-benchmark.

* Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py:
(GenericBenchmarkBuilder.prepare): Pass in the archive type to _fetch_remote_archive.
(GenericBenchmarkBuilder._fetch_remote_archive): Added the support for extracting files from tar.gz in addition to zip.
* Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch: Fixed the coding style.
* Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch: Added.
* Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch: Fixed the coding style.
* Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch: Ditto.
* Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch: Ditto.
* Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch: Ditto.
* Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-cssquery.plan: Specified the archive type.
* Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-dom.plan: Specified the archive type.
* Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-jslib.plan: Ditto.
* Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan: Fixed the coding style.
* Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan: Added.
* Scripts/webkitpy/benchmark_runner/data/plans/kraken.plan: Specified the archive type.
* Scripts/webkitpy/benchmark_runner/data/plans/octane.plan: Ditto.</pre>

<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerbenchmark_buildergeneric_benchmark_builderpy">trunk/Tools/Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesDromaeopatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesJetStreampatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesKrakenpatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesOctanepatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesSunSpiderpatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdataplansjetstreamplan">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan</a></li>
</ul>

<h3>Added Paths</h3>
<ul>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdatapatchesJSBenchpatch">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch</a></li>
<li><a href="#trunkToolsScriptswebkitpybenchmark_runnerdataplansjsbenchplan">trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan</a></li>
</ul>

</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/ChangeLog        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -1,3 +1,29 @@
</span><ins>+2015-08-06  Ryosuke Niwa  &lt;rniwa@webkit.org&gt;
+
+        Automate JSBench with run-benchmark
+        https://bugs.webkit.org/show_bug.cgi?id=147716
+
+        Reviewed by Chris Dumez.
+
+        Added JSBench plan to run-benchmark.
+
+        * Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py:
+        (GenericBenchmarkBuilder.prepare): Pass in the archive type to _fetch_remote_archive.
+        (GenericBenchmarkBuilder._fetch_remote_archive): Added the support for extracting files from tar.gz in addition to zip.
+        * Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch: Fixed the coding style.
+        * Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch: Added.
+        * Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch: Fixed the coding style.
+        * Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch: Ditto.
+        * Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch: Ditto.
+        * Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch: Ditto.
+        * Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-cssquery.plan: Specified the archive type.
+        * Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-dom.plan: Specified the archive type.
+        * Scripts/webkitpy/benchmark_runner/data/plans/dromaeo-jslib.plan: Ditto.
+        * Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan: Fixed the coding style.
+        * Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan: Added.
+        * Scripts/webkitpy/benchmark_runner/data/plans/kraken.plan: Specified the archive type.
+        * Scripts/webkitpy/benchmark_runner/data/plans/octane.plan: Ditto.
+
</ins><span class="cx"> 2015-08-06  Yusuke Suzuki  &lt;utatane.tea@gmail.com&gt;
</span><span class="cx"> 
</span><span class="cx">         Pass-through the undefined options in run-jsc
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerbenchmark_buildergeneric_benchmark_builderpy"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/benchmark_builder/generic_benchmark_builder.py        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -6,6 +6,7 @@
</span><span class="cx"> import urllib
</span><span class="cx"> import shutil
</span><span class="cx"> import subprocess
</span><ins>+import tarfile
</ins><span class="cx"> 
</span><span class="cx"> from zipfile import ZipFile
</span><span class="cx"> from webkitpy.benchmark_runner.utils import get_path_from_project_root, force_remove
</span><span class="lines">@@ -55,12 +56,23 @@
</span><span class="cx">         shutil.copytree(get_path_from_project_root(benchmark_path), self._dest)
</span><span class="cx"> 
</span><span class="cx">     def _fetch_remote_archive(self, archive_url):
</span><del>-        archive_path = os.path.join(self._web_root, 'archive.zip')
</del><ins>+        if archive_url.endswith('.zip'):
+            archive_type = 'zip'
+        elif archive_url.endswith('tar.gz'):
+            archive_type = 'tar.gz'
+        else:
+            raise Exception('Could not infer the file extention from URL: %s' % archive_url)
+
+        archive_path = os.path.join(self._web_root, 'archive.' + archive_type)
</ins><span class="cx">         _log.info('Downloading %s to %s' % (archive_url, archive_path))
</span><span class="cx">         urllib.urlretrieve(archive_url, archive_path)
</span><span class="cx"> 
</span><del>-        with ZipFile(archive_path, 'r') as archive:
-            archive.extractall(self._dest)
</del><ins>+        if archive_type == 'zip':
+            with ZipFile(archive_path, 'r') as archive:
+                archive.extractall(self._dest)
+        elif archive_type == 'tar.gz':
+            with tarfile.open(archive_path, 'r:gz') as archive:
+                archive.extractall(self._dest)
</ins><span class="cx"> 
</span><span class="cx">         unarchived_files = filter(lambda name: not name.startswith('.'), os.listdir(self._dest))
</span><span class="cx">         if len(unarchived_files) == 1:
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesDromaeopatch"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Dromaeo.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -40,7 +40,7 @@
</span><span class="cx"> +                        xhr.setRequestHeader(&quot;Content-Length&quot;, results.length);
</span><span class="cx"> +                        xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
</span><span class="cx"> +                        xhr.onreadystatechange = function() {
</span><del>-+                        if(xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</del><ins>++                        if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</ins><span class="cx"> +                                        closeRequest = new XMLHttpRequest();
</span><span class="cx"> +                                        closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
</span><span class="cx"> +                                        closeRequest.send();
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesJSBenchpatch"></a>
<div class="addfile"><h4>Added: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch (0 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch                                (rev 0)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JSBench.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -0,0 +1,55 @@
</span><ins>+diff --git a/harness.js b/harness.js
+index 4b9d269..f3f1285 100644
+--- a/harness.js
++++ b/harness.js
+@@ -104,6 +104,7 @@
+                 return;
+             }
+         } catch (ex) {}
++        setTimeout(runBenchmark, 200);
+         gob.onclick = function() {
+             gob.style.display = &quot;none&quot;;
+             setTimeout(runBenchmark, 200);
+@@ -207,6 +208,8 @@
+         var spc = &quot;\u00a0\u00a0&quot;;
+         var spc2 = spc + spc;

++        var tests = {};
++
+         // calculate all the real results
+         for (var b = 0; b &lt; benchmarks.length; b++) {
+             var benchmark = benchmarks[b];
+@@ -221,6 +224,9 @@
+                 var bmresults = results[benchmark][mode].slice(-keepRuns);
+                 if (bmresults.length == 0) continue;

++                if (pr)
++                    tests[benchmark] = {'metrics': {'Time': {'current': bmresults}}};
++
+                 // get the raw results
+                 var rr = spc2 + mode + &quot;: [&quot;;
+                 for (var i = 0; i &lt; bmresults.length; i++) {
+@@ -272,6 +278,23 @@
+             ptotals.push(spc + curRun + &quot; runs&quot;);
+         ptotals.push(&quot;&quot;);

++        if (pr) {
++            var jsonResults = JSON.stringify({&quot;JSBench&quot;: {&quot;metrics&quot;: {&quot;Time&quot;: [&quot;Geometric&quot;]}, &quot;tests&quot;: tests}});
++            var xhr = new XMLHttpRequest();
++            xhr.open(&quot;POST&quot;, &quot;/report&quot;);
++            xhr.setRequestHeader(&quot;Content-Type&quot;, &quot;application/json&quot;);
++            xhr.setRequestHeader(&quot;Content-Length&quot;, jsonResults.length);
++            xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
++            xhr.onreadystatechange = function() {
++            if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
++                    closeRequest = new XMLHttpRequest();
++                    closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
++                    closeRequest.send();
++                }
++            }
++            xhr.send(jsonResults);
++        }
++
+         // if there are errors, mark those too
+         if (&quot;errors&quot; in results) {
+             ptotals.push(&quot;ERRORS:&quot;);
</ins></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesJetStreampatch"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/JetStream.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -31,7 +31,7 @@
</span><span class="cx"> +        xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
</span><span class="cx"> + 
</span><span class="cx"> +        xhr.onreadystatechange = function() {
</span><del>-+        if(xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</del><ins>++        if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</ins><span class="cx"> +                closeRequest = new XMLHttpRequest();
</span><span class="cx"> +                closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
</span><span class="cx"> +                closeRequest.send()
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesKrakenpatch"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Kraken.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -32,7 +32,7 @@
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Content-Length&quot;, results.length);
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
</span><span class="cx"> +    xhr.onreadystatechange = function() {
</span><del>-+    if(xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</del><ins>++    if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</ins><span class="cx"> +            closeRequest = new XMLHttpRequest();
</span><span class="cx"> +            closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
</span><span class="cx"> +            closeRequest.send();
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesOctanepatch"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/Octane.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -56,7 +56,7 @@
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Content-Length&quot;, results.length);
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
</span><span class="cx"> +    xhr.onreadystatechange = function() {
</span><del>-+    if(xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</del><ins>++    if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</ins><span class="cx"> +            closeRequest = new XMLHttpRequest();
</span><span class="cx"> +            closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
</span><span class="cx"> +            closeRequest.send();
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdatapatchesSunSpiderpatch"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/patches/SunSpider.patch        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -35,7 +35,7 @@
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Content-Length&quot;, results.length);
</span><span class="cx"> +    xhr.setRequestHeader(&quot;Connection&quot;, &quot;close&quot;);
</span><span class="cx"> +    xhr.onreadystatechange = function() {
</span><del>-+    if(xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</del><ins>++    if (xhr.readyState == XMLHttpRequest.DONE &amp;&amp; xhr.status == 200) {
</ins><span class="cx"> +            closeRequest = new XMLHttpRequest();
</span><span class="cx"> +            closeRequest.open(&quot;GET&quot;, &quot;/shutdown&quot;);
</span><span class="cx"> +            closeRequest.send();
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdataplansjetstreamplan"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan (188064 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan        2015-08-06 22:16:01 UTC (rev 188064)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jetstream.plan        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -1,6 +1,6 @@
</span><span class="cx"> {
</span><span class="cx">     &quot;http_server_driver&quot;: &quot;SimpleHTTPServerDriver&quot;, 
</span><del>-    &quot;timeout&quot; : 600,
</del><ins>+    &quot;timeout&quot;: 600,
</ins><span class="cx">     &quot;count&quot;: 5,
</span><span class="cx">     &quot;benchmark_builder&quot;: &quot;GenericBenchmarkBuilder&quot;,
</span><span class="cx">     &quot;svn_source&quot;: &quot;https://svn.webkit.org/repository/webkit/trunk/PerformanceTests/JetStream/@r183091&quot;,
</span></span></pre></div>
<a id="trunkToolsScriptswebkitpybenchmark_runnerdataplansjsbenchplan"></a>
<div class="addfile"><h4>Added: trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan (0 => 188065)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan                                (rev 0)
+++ trunk/Tools/Scripts/webkitpy/benchmark_runner/data/plans/jsbench.plan        2015-08-06 22:23:31 UTC (rev 188065)
</span><span class="lines">@@ -0,0 +1,10 @@
</span><ins>+{
+    &quot;http_server_driver&quot;: &quot;SimpleHTTPServerDriver&quot;, 
+    &quot;timeout&quot;: 600,
+    &quot;count&quot;: 1,
+    &quot;benchmark_builder&quot;: &quot;GenericBenchmarkBuilder&quot;,
+    &quot;remote_archive&quot;: &quot;http://plg.uwaterloo.ca/~dynjs/jsbench/suite/jsbench-2013.1.tar.gz&quot;,
+    &quot;benchmark_patch&quot;: &quot;data/patches/JSBench.patch&quot;,
+    &quot;entry_point&quot;: &quot;index.html&quot;,
+    &quot;output_file&quot;: &quot;jsbench.result&quot;
+}
</ins></span></pre>
</div>
</div>

</body>
</html>