diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-02-12 10:00:19 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-02-12 10:00:19 +0100 |
commit | c3abfc9d604770a10a658d1a7f780c3761fe15f4 (patch) | |
tree | c973b5900835b7588e14b3a063da2baa5f5de4b3 /resources | |
parent | 952a7b6aaec6f34f6f508799916b5f925726c9c5 (diff) |
Report: Add HDRH Lat for DPDK, part 1
Change-Id: Iedff108d6c470aa1b8d7b3955c65943ba4541695
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
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" |