diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-30 14:08:15 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-01-03 18:16:12 +0800 |
commit | d8c05b528b5a75377848d130286bc997da06a792 (patch) | |
tree | d88f44e3a0d87ffdf64ba20ecf0417e01f63427f /tests/data/benchmarks/metric/whetstone.yaml | |
parent | decad5f7fdb212c4f78fc31f00e591eaba104450 (diff) |
Implement plan, qpi and metric constructors
- separate runner from `plan` and move `plan` to `loader`
- rename `algorithm` to `formula`
- use `numpy` for formulas
- update sample qpi and metrics
Change-Id: I3131ca79907376f2de31d6cb920bd7d0230664a6
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
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 |