diff options
author | zhihui wu <wu.zhihui1@zte.com.cn> | 2017-01-11 01:16:55 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-01-11 01:16:55 +0000 |
commit | 5999f4ede4694a7fbe14177f7d4a07341137e300 (patch) | |
tree | 7f28cd74afb9ee0223424cfbfc7c95d10436a16c /tests/data/benchmarks/metric/ramspeed.yaml | |
parent | 5a93fcd8dcf3ac350b5a207912d9ce62783c1ab6 (diff) | |
parent | decad5f7fdb212c4f78fc31f00e591eaba104450 (diff) |
Merge "Add module skeletons"
Diffstat (limited to 'tests/data/benchmarks/metric/ramspeed.yaml')
-rw-r--r-- | tests/data/benchmarks/metric/ramspeed.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/benchmarks/metric/ramspeed.yaml b/tests/data/benchmarks/metric/ramspeed.yaml new file mode 100644 index 00000000..bb7618b7 --- /dev/null +++ b/tests/data/benchmarks/metric/ramspeed.yaml @@ -0,0 +1,5 @@ +name: ramspeed +description: a memory performance benchmarking +workloads: + - int: [add, average, copy, scale, triad] + - float: [add, average, copy, scale, triad] |