diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-03 22:49:54 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-03-03 21:57:18 +0000 |
commit | 23c36b3786d20d5f25ff18258254b217290d804a (patch) | |
tree | ff76ef0aeff146a8b9e295bb45469f87c43b0215 /docs | |
parent | f544f57a66495f9d0064105d69f6ddffb74e0187 (diff) |
Report: Fix TCP/IP
Change-Id: I0febd1e76ff01fc24be76ac1839fc6ca8b2fba39
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 32880ed43bc48bb8367f5df4f9867b5b1e34094a)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst b/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst index 412ff6af63..d497517f61 100644 --- a/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst +++ b/docs/report/vpp_performance_tests/hoststack_testing/http_server_performance/index.rst @@ -79,7 +79,7 @@ Connections per second .. raw:: html - <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/http-server-performance-cps.html"></iframe> + <iframe id="ifrm01" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/http-server-performance-cps.html"></iframe> .. raw:: latex @@ -99,7 +99,7 @@ Requests per second .. raw:: html - <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../_static/vpp/http-server-performance-rps.html"></iframe> + <iframe id="ifrm02" onload="setIframeHeight(this.id)" width="700" frameborder="0" scrolling="no" src="../../../_static/vpp/http-server-performance-rps.html"></iframe> .. raw:: latex |