diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-11 01:55:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:55:53 +0000 |
commit | 5d4afa1780f8a05e5f3e479c1eacf683a32df655 (patch) | |
tree | b0c0133d7841f26552b31d4b3774dc5d6dc1efa9 /tests/data/benchmarks/metric/whetstone.yaml | |
parent | ba6bb4334b8e24b91ce6c77fda7aae37d3dc31ba (diff) | |
parent | d8c05b528b5a75377848d130286bc997da06a792 (diff) |
Merge "Implement plan, qpi and metric constructors"
Diffstat (limited to 'tests/data/benchmarks/metric/whetstone.yaml')
-rw-r--r-- | tests/data/benchmarks/metric/whetstone.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/tests/data/benchmarks/metric/whetstone.yaml b/tests/data/benchmarks/metric/whetstone.yaml index d83680c4..448c9645 100644 --- a/tests/data/benchmarks/metric/whetstone.yaml +++ b/tests/data/benchmarks/metric/whetstone.yaml @@ -1,5 +1,10 @@ -name: dhrystone -description: a synthetic benchmark for evaluating the performance of computers +name: whetstone +description: > + A synthetic benchmark for evaluating the performance of computers. + The Whetstone benchmark primarily measures the floating-point arithmetic + performance. +links: + - https://en.wikipedia.org/wiki/Whetstone_(benchmark) workloads: - single_cpu - multi_cpu |