diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-02-12 14:17:23 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-02-12 13:19:30 +0000 |
commit | 3d2a39a6feeffa95d3825d9f0030bd3940fe8ab4 (patch) | |
tree | b829744307d3472a1651c6463d399d02e1e19d26 | |
parent | 5010a0d3852728b968be3ac21b40750e8caed741 (diff) |
Report: Fix spec for Latency by percentile: 2n-clx MLX
Change-Id: Ic782ef76d35b3349a04f57578c070b2f49e4ca7f
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 7d3f4273f0be2eec74eb1a2bed6d1f06ee5f3459)
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index e9b83e85cb..0b68d92ce9 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -508,7 +508,7 @@ plot-vpp-hdrh-lat-2n-clx-mlx: csit-vpp-perf-report-iterative-2101-2n-clx: - - 129 # rls2101.rel NDRPDR iter MLX env 6 + - 127 # rls2101.rel NDRPDR iter MLX env 6 plot-vpp-nfv-2n-clx-ndrpdr: csit-vpp-perf-report-iterative-2101-2n-clx: @@ -24788,7 +24788,7 @@ output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst" target-links: "../../_static/vpp" data: "plot-vpp-hdrh-lat-2n-clx-mlx" - filter: "'2T1C' and 'NIC_Intel-XXV710'" + filter: "'2T1C' and 'NIC_Mellanox-CX556A'" layout: layout: "plot-hdrh-latency-percentile-x-log" |