diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-08-07 17:38:53 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-08-07 17:38:53 +0200 |
commit | 2fc7ba3b3b5dad5a211310d529c5a375dea8b946 (patch) | |
tree | e28601f17e6f2d2affed6dbceff57d3859842034 /resources/tools/presentation | |
parent | 5a2c06dc4e1d3395082b6afef657453cb5bab18d (diff) |
CSIT-1226: Fix bugs in pdf version
Change-Id: Ibdcc1d79db4079af49167c5696ba1c4edb3a40bb
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 59 |
1 files changed, 6 insertions, 53 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 286ccd0b04..f804a348b3 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -9922,7 +9922,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -9946,7 +9946,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -9971,7 +9971,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -9995,7 +9995,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -10020,7 +10020,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -10044,7 +10044,7 @@ not 'VHOST' and not 'IPSECHW'" parameters: - - "throughput" + - "latency" - "parent" traces: boxmean: False @@ -12314,53 +12314,6 @@ title: "" # No title layout: "plot-throughput-speedup-analysis" -# Speedup - VPP IPv4 Tunnels 3n-hsw-xl710 -- - type: "plot" - title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - algorithm: "plot_throughput_speedup_analysis" - output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-ndr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" - parameters: - - "throughput" - - "parent" - - "tags" - layout: - title: "" # No title - layout: "plot-throughput-speedup-analysis" - -- - type: "plot" - title: "Speedup: ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - algorithm: "plot_throughput_speedup_analysis" - output-file-type: ".html" - output-file: "{DIR[STATIC,VPP]}/ip4tun-3n-hsw-xl710-64b-base_and_scale-pdr-tsa" - data: "plot-throughput-speedup-analysis-3n-hsw" - filter: "'NIC_Intel-XL710' and - '64B' and - 'ENCAP' and - ('VXLAN' or 'VXLANGPE' or 'LISP' or 'LISPGPE' or 'GRE') and - 'NDRPDR' and - 'IP4FWD' and - not 'IPSEC' and - not 'VHOST'" - parameters: - - "throughput" - - "parent" - - "tags" - layout: - title: "" # No title - layout: "plot-throughput-speedup-analysis" - # Speedup - VPP IPv4 Tunnels 3n-skx-x710 - type: "plot" |