diff options
author | liang gao <jean.gaoliang@huawei.com> | 2016-09-20 07:46:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-09-20 07:46:14 +0000 |
commit | 18738b34abe226ff1a6a2d0dd7564737684c022e (patch) | |
tree | f812d49d9b30e4ee50b950ce902c5460ec4577b3 /samples/computecapacity.yaml | |
parent | f28281f765cb1760a5bd371c8301d21f48c3ca2b (diff) | |
parent | 1dd6bfacd9eb90f74d85a764275b0c912c44dff3 (diff) |
Merge "compute capacity description adjustment and HT check added"
Diffstat (limited to 'samples/computecapacity.yaml')
-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" |