diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-21 00:19:46 +0800 |
---|---|---|
committer | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-12-27 09:45:34 +0800 |
commit | 929bcdf94d14062e042d9f9451c28315a18e808d (patch) | |
tree | d57ef7c074348fb654a9d4b7cea8b69241474040 /tests/data/benchmarks/metrics/ramspeed.yaml | |
parent | 16cfb003cd0f1b0dbf903432ab794cda2c7a4123 (diff) |
Implment https://wiki.opnfv.org/display/qtip/Design
Note that some obsolete test cases are marked expected failure, will
be deprecated after architecture evolution.
JIRA: QTIP-148
Change-Id: I52bc9391569d516e298d9e659517161b4dce794a
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tests/data/benchmarks/metrics/ramspeed.yaml')
-rw-r--r-- | tests/data/benchmarks/metrics/ramspeed.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/data/benchmarks/metrics/ramspeed.yaml b/tests/data/benchmarks/metrics/ramspeed.yaml new file mode 100644 index 00000000..bb7618b7 --- /dev/null +++ b/tests/data/benchmarks/metrics/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] |