diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-20 09:56:32 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-20 09:56:32 +0100 |
commit | d63ef8e407fc9db5f8d8d26495a902d9a0a164f0 (patch) | |
tree | d603ae7abe4d17afd482fe8ced5f12eb49a65d49 /resources/tools/presentation | |
parent | f9ad510ff4e513411da0461e807e355d74f9e99f (diff) |
Report: Add 2n-clx latency 1
Change-Id: Iadc49e2cff4bfd0e695654aa48aaf8d2cba10f2d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 48095af6ce..ff8b7a7293 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -16283,7 +16283,7 @@ output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst" target-links: "../../_static/vpp" data: "plot-vpp-hdrh-lat-2n-clx" - filter: "'2T1C' and 'NIC_Mellanox-CX556A'" + filter: "'2T1C' and 'NIC_Intel-XXV710'" layout: layout: "plot-hdrh-latency-by-percentile" @@ -16310,6 +16310,17 @@ layout: "plot-hdrh-latency-by-percentile" - type: "plot" + title: "Latency by percentile: DPDK 2n-clx" + algorithm: "plot_hdrh_lat_by_percentile" + output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-clx" + output-file-links: "{DIR[LAT,DPDK]}/2n_clx.rst" + target-links: "../../_static/dpdk" + data: "plot-dpdk-hdrh-lat-2n-clx" + filter: "'2T1C' and 'NIC_Intel-XXV710'" + layout: + layout: "plot-hdrh-latency-by-percentile" + +- type: "plot" title: "Latency by percentile: DPDK 3n-hsw" algorithm: "plot_hdrh_lat_by_percentile" output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-hsw" |