aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2020-02-12 10:00:19 +0100
committerTibor Frank <tifrank@cisco.com>2020-02-12 09:02:11 +0000
commitaa250b7c6fd6fbfb3a8a9972061e285be4afbda4 (patch)
tree27adc8f44467287d427fa349a94a5d89d6ba581f /resources/tools/presentation
parent0e2b219cbb13ceba023359c1543b0902f4c0c55a (diff)
Report: Add HDRH Lat for DPDK, part 1
Change-Id: Iedff108d6c470aa1b8d7b3955c65943ba4541695 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit c3abfc9d604770a10a658d1a7f780c3761fe15f4)
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r--resources/tools/presentation/specification.yaml12
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"