diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2016-10-21 05:54:29 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2016-10-21 05:54:29 +0000 |
commit | 7f663c5d49b5cb619d48bb1b8656e9452c860121 (patch) | |
tree | 6936795ac1696e4ee3a12f0edb977f6f180ca43e | |
parent | 6a0eaa8c0b7bd74261a43e805e7d8cd8498e7845 (diff) | |
parent | 49f34c520121d164c5d06f68c0a3c2cefdc8ec0c (diff) |
Merge "Add directory suite under benchmarks/"
-rw-r--r-- | benchmarks/suite/compute | 16 | ||||
-rw-r--r-- | benchmarks/suite/network | 9 | ||||
-rw-r--r-- | benchmarks/suite/storage | 8 |
3 files changed, 33 insertions, 0 deletions
diff --git a/benchmarks/suite/compute b/benchmarks/suite/compute new file mode 100644 index 00000000..3bf1b184 --- /dev/null +++ b/benchmarks/suite/compute @@ -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 index 00000000..58ce5cb9 --- /dev/null +++ b/benchmarks/suite/network @@ -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 index 00000000..f3068dd5 --- /dev/null +++ b/benchmarks/suite/storage @@ -0,0 +1,8 @@ +{ + "bm": [ + "fio_bm.yaml" + ], + "vm": [ + "fio_vm.yaml" + ] +} |