diff options
author | 2020-02-20 09:56:32 +0100 | |
---|---|---|
committer | 2020-02-20 08:59:13 +0000 | |
commit | de9112f1b1e957089b9af73036aabe82251a2147 (patch) | |
tree | 12e8cc96b67c7bdaec2b1a25cf7e14b4562767a3 /resources/tools/presentation | |
parent | a8ba2fa71dfbd7ce0a576756a8d8b63557ee7ded (diff) |
Report: Add 2n-clx latency 1
Change-Id: Iadc49e2cff4bfd0e695654aa48aaf8d2cba10f2d
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit d63ef8e407fc9db5f8d8d26495a902d9a0a164f0)
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" |