diff options
author | Rex Lee <limingjiang@huawei.com> | 2018-11-05 09:16:57 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-11-05 09:16:57 +0000 |
commit | 3418d769a4bef9ea351e765fa00ad23986738e76 (patch) | |
tree | a47a5fa0dfabe30c4ee698072b40fc3f976700d3 /docs/testing/user/userguide/opnfv_yardstick_tc010.rst | |
parent | abdfd5465473b10670a843dfabfc9f10ad2f6a96 (diff) | |
parent | 28e64c520fc2a52c1d3eb736f88ad4608b87c142 (diff) |
Merge "[docs] Fix docs {un,}indent warnings in Testcase definitions"
Diffstat (limited to 'docs/testing/user/userguide/opnfv_yardstick_tc010.rst')
-rw-r--r-- | docs/testing/user/userguide/opnfv_yardstick_tc010.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/testing/user/userguide/opnfv_yardstick_tc010.rst b/docs/testing/user/userguide/opnfv_yardstick_tc010.rst index 202307de6..19cc80e30 100644 --- a/docs/testing/user/userguide/opnfv_yardstick_tc010.rst +++ b/docs/testing/user/userguide/opnfv_yardstick_tc010.rst @@ -34,6 +34,7 @@ Yardstick Test Case Description TC010 | | | | | Lmbench is a suite of operating system microbenchmarks. This | | | test uses lat_mem_rd tool from that suite including: | +| | | | | * Context switching | | | * Networking: connection establishment, pipe, TCP, UDP, and | | | RPC hot potato | @@ -55,7 +56,7 @@ Yardstick Test Case Description TC010 | | The benchmark runs as two nested loops. The outer loop is | | | the stride size. The inner loop is the array size. For each | | | array size, the benchmark creates a ring of pointers that | -| | point backward one stride.Traversing the array is done by: | +| | point backward one stride. Traversing the array is done by:: | | | | | | p = (char **)*p; | | | | |