From 6833f64aa863a258d3fe5862ad730ab02e152fa6 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 7 Feb 2022 14:47:08 +0100 Subject: Report: Small fixes Change-Id: Ib2cb94c747168b773409c18e3e366ebf3400ab99 Signed-off-by: Tibor Frank (cherry picked from commit e7197f5428b5eb836a6fa636ff4ec9f14a65deca) --- .../specifications/report/elements.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index d823f5f889..6dfeb228d6 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -13713,6 +13713,28 @@ layout: layout: "plot-hdrh-latency-percentile-x-log" +- type: "plot" + title: "Latency by percentile: DPDK 2n-icx" + algorithm: "plot_hdrh_lat_by_percentile_x_log" + output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-icx" + output-file-links: "{DIR[LAT,DPDK]}/2n_icx.rst" + target-links: "../../_static/dpdk" + data: "dpdk-2n-icx-curr-iter-best" + filter: "'2T1C' and 'NIC_Intel-XXV710'" + layout: + layout: "plot-hdrh-latency-percentile-x-log" + +- type: "plot" + title: "Latency by percentile: DPDK 3n-icx" + algorithm: "plot_hdrh_lat_by_percentile_x_log" + output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-3n-icx" + output-file-links: "{DIR[LAT,DPDK]}/3n_icx.rst" + target-links: "../../_static/dpdk" + data: "dpdk-3n-icx-curr-iter-best" + filter: "'2T1C' and 'NIC_Intel-XXV710'" + layout: + layout: "plot-hdrh-latency-percentile-x-log" + - type: "plot" title: "Latency by percentile: DPDK 2n-skx" algorithm: "plot_hdrh_lat_by_percentile_x_log" -- cgit 1.2.3-korg