diff options
author | Tibor Frank <tifrank@cisco.com> | 2020-11-23 14:40:23 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2020-11-23 14:40:23 +0100 |
commit | b6340be1caf13025b2aaac06ccf6ad3bb64d593f (patch) | |
tree | 8a40e5f2d8b7519c60b317a6b324d2c9f9c11043 /resources/tools/presentation | |
parent | 379e58a740271d84b15059f7059661fbec13cef8 (diff) |
Report: Add 2n-zn2 DPDK Latency
Change-Id: Id4738b823a77e59d5efd913f770326726b8a81e2
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index dfce079f57..55e041d61f 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -22778,6 +22778,17 @@ layout: "plot-hdrh-latency-by-percentile" - type: "plot" + title: "Latency by percentile: DPDK 2n-zn2" + algorithm: "plot_hdrh_lat_by_percentile" + output-file: "{DIR[STATIC,DPDK]}/hdrh-lat-percentile-2n-zn2" + output-file-links: "{DIR[LAT,DPDK]}/2n_zn2.rst" + target-links: "../../_static/dpdk" + data: "plot-dpdk-hdrh-lat-2n-zn2" + 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" |