diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-03-03 22:49:54 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-03-03 22:49:54 +0100 |
commit | 32880ed43bc48bb8367f5df4f9867b5b1e34094a (patch) | |
tree | 195cfddbd859762d0762f658d06365ba58cbdde4 /docs/report | |
parent | fd3d18c8b7c6ed1f0f97a634c073fc408c03435e (diff) |
Report: Fix TCP/IP
Change-Id: I0febd1e76ff01fc24be76ac1839fc6ca8b2fba39
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'docs/report')
-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 71013d448e..ca373cd5fa 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 |