Code Review
/
qtip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
cdc3d2a
)
Add info about selective running
73/31973/1
author
Taseer
<taseer94@gmail.com>
Mon, 27 Mar 2017 08:33:51 +0000
(13:33 +0500)
committer
Yujun Zhang
<zhang.yujunz@zte.com.cn>
Tue, 28 Mar 2017 06:16:33 +0000
(06:16 +0000)
Change-Id: Ic5f7969c3d3969b7790d17beec10d73991ca8d08
Signed-off-by: Taseer Ahmed <taseer94@gmail.com>
(cherry picked from commit
ee667225c20ded7d6dbfc38e8631fc96cc0dea2a
)
docs/testing/user/userguide/cli.rst
patch
|
blob
|
history
diff --git
a/docs/testing/user/userguide/cli.rst
b/docs/testing/user/userguide/cli.rst
index
19420bd
..
96026c5
100644
(file)
--- a/
docs/testing/user/userguide/cli.rst
+++ b/
docs/testing/user/userguide/cli.rst
@@
-38,6
+38,12
@@
as above. An important thing to remember is to provide absolute path of result d
qtip plan run <plan_name> -p $PWD/result
Similarly, the same commands can be used for the other two components making up the plans, i.e QPI's and metrics.
+For example, in order to run a single metric
+::
+
+ qtip metric run <metric_name> -p $PWD/result
+
+The same can be applied for a QPI.
QTIP also provides the utility to view benchmarking results on the console. One just need to provide to where
the results are stored. Extending the example above