diff options
author | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-20 20:46:49 +0800 |
---|---|---|
committer | wu.zhihui <wu.zhihui1@zte.com.cn> | 2016-10-21 09:26:33 +0800 |
commit | 49f34c520121d164c5d06f68c0a3c2cefdc8ec0c (patch) | |
tree | 2b0d2926e438d7c6d8997d8af60d25be9e89e931 /benchmarks/suite/compute | |
parent | bfb5d410044c6aad8c21598f6e0e2b5f2c3169c1 (diff) |
Add directory suite under benchmarks/
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>
Diffstat (limited to 'benchmarks/suite/compute')
-rw-r--r-- | benchmarks/suite/compute | 16 |
1 files changed, 16 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" + ] +} |