diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-02-04 09:48:30 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-02-04 09:48:30 +0100 |
commit | eecc9da92caae82e9e9a608c41fd0b192780fe4c (patch) | |
tree | e2c2d751b32fd16e88811d63d558ce72782fd6e6 | |
parent | 2e769b838081d49868ea793f8c38318f5a1a6cef (diff) |
Report: Add 2n-clx rnd latency graphs
Change-Id: I7c8c6d2129cc67a7a9f635f0b6ebea53ffa6e158
Signed-off-by: Tibor Frank <tifrank@cisco.com>
-rw-r--r-- | resources/tools/presentation/specification.yaml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index 6e9ca24316..a74d2eb186 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -24552,16 +24552,16 @@ layout: layout: "plot-hdrh-latency-percentile-x-log" -# - type: "plot" -# title: "Latency by percentile: 2n-clx RND" -# algorithm: "plot_hdrh_lat_by_percentile_x_log" -# output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx" -# output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst" -# target-links: "../../_static/vpp" -# data: "plot-vpp-hdrh-lat-2n-clx-rnd" -# filter: "'2T1C' and 'NIC_Intel-XXV710'" -# layout: -# layout: "plot-hdrh-latency-percentile-x-log" +- type: "plot" + title: "Latency by percentile: 2n-clx RND" + algorithm: "plot_hdrh_lat_by_percentile_x_log" + output-file: "{DIR[STATIC,VPP]}/hdrh-lat-percentile-2n-clx" + output-file-links: "{DIR[LAT,VPP]}/2n_clx.rst" + target-links: "../../_static/vpp" + data: "plot-vpp-hdrh-lat-2n-clx-rnd" + filter: "'2T1C' and 'NIC_Intel-XXV710'" + layout: + layout: "plot-hdrh-latency-percentile-x-log" - type: "plot" title: "Latency by percentile: 3n-hsw" |