diff options
Diffstat (limited to 'resources')
-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" |