Change-Id: Iafc86372884c4a9d0f2a595b8b4d59818062b6a2
Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Annex
*****
-Templates
-=========
-
-.. include:: _testcase_description.rst
+.. toctree::
+ :maxdepth: 2
+ _testcase_description.rst
Downloads
=========
Benchmark Suites
****************
-.. include:: _01-compute.rst
-.. include:: _02-network.rst
-.. include:: _03-storage.rst
+.. toctree::
+ :maxdepth: 2
+
+ _01-compute.rst
+ _02-network.rst
+ _03-storage.rst
.. toctree::
:maxdepth: 2
- ./introduction.rst
- ./benchmark-suites.rst
- ./annex.rst
+ introduction.rst
+ benchmark-suites.rst
+ annex.rst
compute test file is shown below
::
-{
+ {
"bm": [
- "dhrystone_bm.yaml",
- "whetstone_bm.yaml",
- "ramspeed_bm.yaml",
- "dpi_bm.yaml",
- "ssl_bm.yaml"
+ "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"
+ "dhrystone_vm.yaml",
+ "whetstone_vm.yaml",
+ "ramspeed_vm.yaml",
+ "dpi_vm.yaml",
+ "ssl_vm.yaml"
]
-}
+ }
The compute file will now run all the benchmarks listed above one after
another on the environment.