diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-09-14 03:18:19 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-09-17 22:41:13 -0400 |
commit | 1dd6bfacd9eb90f74d85a764275b0c912c44dff3 (patch) | |
tree | 89ebe591594993f52b03d892ad910a6e9f20e31c /samples | |
parent | d38d993ec1515cade15372592cd33becb810c67a (diff) |
compute capacity description adjustment and HT check added
JIRA: YARDSTICK-270
1)description info amended according to really tested
2)hyper-thread status check added
Change-Id: I813a41ff1e55c2d816fa55b773cf6c4bdd2af2bd
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/computecapacity.yaml | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/samples/computecapacity.yaml b/samples/computecapacity.yaml index 006b3ef3d..ae527d2ca 100644 --- a/samples/computecapacity.yaml +++ b/samples/computecapacity.yaml @@ -1,8 +1,12 @@ --- # Sample benchmark task config file -# Measure compute capacity and scale. -# Including number of cores, number of threads, available memory size and -# cache size. +# compute capacity and scale. + +# the results have +# number of CPUs, number of physical cores in a single CPU +# number of logical cores, total memory size +# cache size per CPU, total cache size +# HT (Hyper-Thread) support status, 1 for open, 0 for close schema: "yardstick:task:0.1" |