diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-07 14:03:28 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-07 14:03:28 +0100 |
commit | 54fcebc6cdab6a2bff1e88bb07970ef3fe112508 (patch) | |
tree | e6089e2cfe717bc571d8a2a934249f0db54e8ee5 /resources/tools | |
parent | c1b75945e67f1673afd5b2979636d22d861226bc (diff) |
Trending: Add icx latency trending graphs
Change-Id: I75dc5fa2e0f8d92651ec22293875c8b3568a2159
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/specifications/trending/elements.yaml | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index 6e0b20b416..9480cfe224 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -244,35 +244,35 @@ - reference: -2 compare: -1 -# VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr -- type: "table" - title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr" - algorithm: "table_weekly_comparison" - output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-ndr" - include-tests: "NDR" # "PDR" | "NDR" | "MRR" - data: "table-ndrpdr-comparison-3n-icx" - filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" - nr-of-data-columns: 3 - comparisons: - - reference: -3 - compare: -1 - - reference: -2 - compare: -1 - -# VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr -- type: "table" - title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr" - algorithm: "table_weekly_comparison" - output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-pdr" - include-tests: "PDR" # "PDR" | "NDR" | "MRR" - data: "table-ndrpdr-comparison-3n-icx" - filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" - nr-of-data-columns: 3 - comparisons: - - reference: -3 - compare: -1 - - reference: -2 - compare: -1 +# # VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr +# - type: "table" +# title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c ndr" +# algorithm: "table_weekly_comparison" +# output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-ndr" +# include-tests: "NDR" # "PDR" | "NDR" | "MRR" +# data: "table-ndrpdr-comparison-3n-icx" +# filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" +# nr-of-data-columns: 3 +# comparisons: +# - reference: -3 +# compare: -1 +# - reference: -2 +# compare: -1 + +# # VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr +# - type: "table" +# title: "VPP NDRPDR weekly comparison 3n-icx-xxv710 2t1c pdr" +# algorithm: "table_weekly_comparison" +# output-file: "{DIR[STATIC,VPP]}/ndrpdr-weekly-comp-3n-icx-2t1c-pdr" +# include-tests: "PDR" # "PDR" | "NDR" | "MRR" +# data: "table-ndrpdr-comparison-3n-icx" +# filter: "'2T1C' and 'NDRPDR' and 'NIC_Intel-XXV710'" +# nr-of-data-columns: 3 +# comparisons: +# - reference: -3 +# compare: -1 +# - reference: -2 +# compare: -1 # VPP NDRPDR weekly comparison 2n-skx-xxv710 2t1c ndr - type: "table" |