From c3abfc9d604770a10a658d1a7f780c3761fe15f4 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 12 Feb 2020 10:00:19 +0100 Subject: Report: Add HDRH Lat for DPDK, part 1 Change-Id: Iedff108d6c470aa1b8d7b3955c65943ba4541695 Signed-off-by: Tibor Frank --- resources/tools/presentation/specification.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'resources/tools/presentation') diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index d6ebdc8341..ecff174a39 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -78,6 +78,7 @@ # Latencies: DIR[LAT,VPP]: "{DIR[WORKING,SRC]}/vpp_performance_tests/hdrh_packet_latency_by_percentile_graphs" + DIR[LAT,DPDK]: "{DIR[WORKING,SRC]}/dpdk_performance_tests/hdrh_packet_latency_by_percentile_graphs" # .css patch file to fix tables generated by Sphinx DIR[CSS_PATCH_FILE]: "{DIR[STATIC]}/theme_overrides.css" @@ -16163,3 +16164,14 @@ filter: "'1T1C' and 'NIC_Intel-X520-DA2'" 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" + output-file-links: "{DIR[LAT,DPDK]}/3n_hsw.rst" + target-links: "../../_static/dpdk" + data: "plot-dpdk-hdrh-lat-3n-hsw" + filter: "'1T1C' and 'NIC_Intel-XL710'" + layout: + layout: "plot-hdrh-latency-by-percentile" -- cgit 1.2.3-korg