aboutsummaryrefslogtreecommitdiff
path: root/tcwg-benchmark.yaml
diff options
context:
space:
mode:
authorBernard Ogden <bernie.ogden@linaro.org>2016-02-16 09:16:10 +0000
committerLinaro Code Review <review@review.linaro.org>2016-02-16 09:17:05 +0000
commite69401ab403024d4af57f803532df5233d5cd92f (patch)
tree88230f8e25942e3430edff719cf9ec0b71164cf0 /tcwg-benchmark.yaml
parent77b29ef28c128f44fc70e141d10c9d6ff22aed11 (diff)
tcwg-benchmark*: More description prettification
Change-Id: I3ecb594ced61a29ef49b5fbec9e47125b58032ee
Diffstat (limited to 'tcwg-benchmark.yaml')
-rw-r--r--tcwg-benchmark.yaml12
1 files changed, 6 insertions, 6 deletions
diff --git a/tcwg-benchmark.yaml b/tcwg-benchmark.yaml
index 5a0af2b04e..79a2956bf6 100644
--- a/tcwg-benchmark.yaml
+++ b/tcwg-benchmark.yaml
@@ -47,10 +47,12 @@
- string:
name: PREBUILT
description: |
- A prebuilt benchmark tarball as produced by abe or direct make invocation.<br/>
+ A prebuilt benchmark tarball as produced by abe or direct make invocation.
+ <ul>
+ <li>If produced by abe, tar up the contents of <code>build/&lt;host&gt;/&lt;target&gt;</code>.</li>
+ <li>If produced by direct make, tar up the top-level git repository (but you can exclude the <code>.git</code> dir).</li>
+ </ul>
Leave blank if you have supplied <code>TOOLCHAIN</code>.<br/>
- If produced by abe, tar up the contents of <code>build/&lt;host&gt;/&lt;target&gt;</code>.<br/>
- If produced by direct make, tar up the top-level git repository (but you can exclude the <code>.git</code> dir).<br/>
If this option is given, no build will be performed.
- string:
name: TOOLCHAIN
@@ -86,10 +88,8 @@
name: RUN_FLAGS
description: |
Flags to pass to benchmark framework at runtime.<br/>
- <br/>
- <b>Examples</b><br/>
<dl>
- <dt>SPEC</dt>
+ <dt>SPEC Example</dt>
<dd><code>--size test --iterations 1 int</code>
(run 1 iteration of the int suite using the test workload)
</dd>