summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorjasplin <qt-info@nokia.com>2009-12-22 15:00:23 +0100
committerjasplin <qt-info@nokia.com>2009-12-22 15:00:23 +0100
commit97cddd2c7d8b1e7ee3d489378f6ab3073052ea39 (patch)
treea91704e7dc3fc3acacae2f7a2101f116dcf13706 /doc
parent10ef0123bc7c32d1fa49e5e34cf9a202511fcfea (diff)
Added benchmark filters for 'get rankedbenchmarks' request.
The 'get rankedbenchmarks' request now considers only benchmarks matching a certain filter. E.g. specifying 'Graphics*' as the test case filter and '*' for the test function and data tag filters, ensures that only benchmarks with test cases beginning with "Graphics" will be processed.
Diffstat (limited to 'doc')
-rw-r--r--doc/bmclient.html15
-rw-r--r--doc/bmproto.html5
2 files changed, 14 insertions, 6 deletions
diff --git a/doc/bmclient.html b/doc/bmclient.html
index 68abd35..66163d4 100644
--- a/doc/bmclient.html
+++ b/doc/bmclient.html
@@ -715,7 +715,11 @@ Content-type: text/html
-sha1 &lt;last sha1&gt;} \
&lt;diff tolerance&gt; \
&lt;stab tolerance&gt; \
- &lt;ranking&gt; &lt;scope&gt; &lt;max size&gt;
+ &lt;ranking&gt; &lt;scope&gt; \
+ &lt;max size&gt; \
+ &lt;test case filter&gt; \
+ &lt;test function filter&gt; \
+ &lt;data tag filter&gt;
</pre>
</td>
<td class="commandDescr">
@@ -726,10 +730,11 @@ current changes are considered most important by some user-defined criteria.
<br /><br />
-For each benchmark within the specified context and snapshot range, the
-statistics are computed in exactly the same way as in the <span
-class="command"><b>get history</b></span> command. See this command for a
-description of the types of statistics to be computed as well as how to
+For benchmarks that match the filters (<span class="command">&lt;test case
+filter&gt;</span> ...) and are within the specified context and snapshot
+range, the statistics are computed in exactly the same way as in
+the <span class="command"><b>get history</b></span> command. See this command
+for a description of the types of statistics to be computed as well as how to
specify the snapshot range itself.
<br /><br />
diff --git a/doc/bmproto.html b/doc/bmproto.html
index 14cbb65..ad1de5d 100644
--- a/doc/bmproto.html
+++ b/doc/bmproto.html
@@ -409,7 +409,10 @@ exists (or can be computed in the case of the regression).
timestamp2="..." sha12="..."
diffTolerance="..." stabTolerance="..."
ranking="..." scope="..."
- maxSize="..." /&gt;
+ maxSize="..."
+ testCaseFilter="..."
+ testFunctionFilter="..."
+ dataTagFilter="..." /&gt;
&lt;/request&gt;
</pre>
</td>