diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-07 14:47:08 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-07 14:52:39 +0100 |
commit | e7197f5428b5eb836a6fa636ff4ec9f14a65deca (patch) | |
tree | 2f7cf7ec54fb7f0f75b71b3557b4299dc6fc825f /resources | |
parent | 54fcebc6cdab6a2bff1e88bb07970ef3fe112508 (diff) |
Report: Small fixes
Change-Id: Ib2cb94c747168b773409c18e3e366ebf3400ab99
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ -13714,6 +13714,28 @@ 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" output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-skx" |