Add directory suite under benchmarks/ 31/23431/2
authorwu.zhihui <wu.zhihui1@zte.com.cn>
Thu, 20 Oct 2016 12:46:49 +0000 (20:46 +0800)
committerwu.zhihui <wu.zhihui1@zte.com.cn>
Fri, 21 Oct 2016 01:26:33 +0000 (09:26 +0800)
Directory suite is renamed from directory test_list.
In this patch, test_list will be not deleted temporarily.

JIRA: QTIP-131

Change-Id: I1b2d7e522f94441c53b894564718d3cb749ea428
Signed-off-by: wu.zhihui <wu.zhihui1@zte.com.cn>
benchmarks/suite/compute [new file with mode: 0644]
benchmarks/suite/network [new file with mode: 0644]
benchmarks/suite/storage [new file with mode: 0644]

diff --git a/benchmarks/suite/compute b/benchmarks/suite/compute
new file mode 100644 (file)
index 0000000..3bf1b18
--- /dev/null
@@ -0,0 +1,16 @@
+{
+    "bm": [
+        "dhrystone_bm.yaml",
+        "whetstone_bm.yaml",
+        "ramspeed_bm.yaml",
+        "dpi_bm.yaml",
+        "ssl_bm.yaml"
+    ],
+    "vm": [
+        "dhrystone_vm.yaml",
+        "whetstone_vm.yaml",
+        "ramspeed_vm.yaml",
+        "dpi_vm.yaml",
+        "ssl_vm.yaml"
+    ]
+}
diff --git a/benchmarks/suite/network b/benchmarks/suite/network
new file mode 100644 (file)
index 0000000..58ce5cb
--- /dev/null
@@ -0,0 +1,9 @@
+{
+    "bm": [
+        "iperf_bm.yaml"
+    ],
+    "vm": [
+        "iperf_vm.yaml",
+        "iperf_vm_2.yaml"
+    ]
+}
diff --git a/benchmarks/suite/storage b/benchmarks/suite/storage
new file mode 100644 (file)
index 0000000..f3068dd
--- /dev/null
@@ -0,0 +1,8 @@
+{
+    "bm": [
+        "fio_bm.yaml"
+    ],
+    "vm": [
+        "fio_vm.yaml"
+    ]
+}