diff options
author | Tibor Frank <tifrank@cisco.com> | 2023-01-25 14:21:17 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2023-01-25 14:22:48 +0100 |
commit | a76b2a54b95e2a6b9620a631098f0016a0dc8e40 (patch) | |
tree | 3756eb2c705e89cf38ef12b1e0dcba8152199112 /resources/tools/presentation | |
parent | b828c1b7f96ed1350276237a7b7bda05fad3d866 (diff) |
fix(report): Dataset used in TRex perf changes
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Change-Id: Iccb3f11216d2d9c9ba6aa15ec7c77ae58dffff89
Diffstat (limited to 'resources/tools/presentation')
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 98be1695c0..a1cead5c7f 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -1137,18 +1137,18 @@ # TRex Performance Changes 1n-aws pdr - type: "table" - title: "VPP Performance Changes 1n-aws pdr" + title: "TRex Performance Changes 1n-aws pdr" algorithm: "table_comparison" output-file: "{DIR[STATIC,TREX]}/performance-changes-1n-aws-pdr" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" columns: # - title: "2206.0-10" - # data-set: "vpp-1n-aws-hist-iter" + # data-set: "trex-1n-aws-hist-iter" - title: "2210.0-11" - data-set: "vpp-1n-aws-prev-iter" + data-set: "trex-1n-aws-prev-iter" - title: "2302.0-11" - data-set: "vpp-1n-aws-curr-iter" + data-set: "trex-1n-aws-curr-iter" comparisons: - title: "2302.0-11 vs 2210.0-11" reference: 1 @@ -1162,18 +1162,18 @@ # TRex Performance Changes 1n-aws ndr - type: "table" - title: "VPP Performance Changes 1n-aws ndr" + title: "TRex Performance Changes 1n-aws ndr" algorithm: "table_comparison" output-file: "{DIR[STATIC,TREX]}/performance-changes-1n-aws-ndr" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" columns: # - title: "2206.0-10" - # data-set: "vpp-1n-aws-hist-iter" + # data-set: "trex-1n-aws-hist-iter" - title: "2210.0-11" - data-set: "vpp-1n-aws-prev-iter" + data-set: "trex-1n-aws-prev-iter" - title: "2302.0-11" - data-set: "vpp-1n-aws-curr-iter" + data-set: "trex-1n-aws-curr-iter" comparisons: - title: "2302.0-11 vs 2210.0-11" reference: 1 @@ -1187,18 +1187,18 @@ # TRex Performance Changes 2n-icx pdr - type: "table" - title: "VPP Performance Changes 2n-icx pdr" + title: "TRex Performance Changes 2n-icx pdr" algorithm: "table_comparison" output-file: "{DIR[STATIC,TREX]}/performance-changes-2n-icx-pdr" include-tests: "PDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" columns: # - title: "2206.0-10" - # data-set: "vpp-2n-icx-hist-iter" + # data-set: "trex-2n-icx-hist-iter" - title: "2210.0-11" - data-set: "vpp-2n-icx-prev-iter" + data-set: "trex-2n-icx-prev-iter" - title: "2302.0-11" - data-set: "vpp-2n-icx-curr-iter" + data-set: "trex-2n-icx-curr-iter" comparisons: - title: "2302.0-11 vs 2210.0-11" reference: 1 @@ -1212,18 +1212,18 @@ # TRex Performance Changes 2n-icx ndr - type: "table" - title: "VPP Performance Changes 2n-icx ndr" + title: "TRex Performance Changes 2n-icx ndr" algorithm: "table_comparison" output-file: "{DIR[STATIC,TREX]}/performance-changes-2n-icx-ndr" include-tests: "NDR" # "PDR" | "NDR" | "MRR" filter: "'NDRPDR'" columns: # - title: "2206.0-10" - # data-set: "vpp-2n-icx-hist-iter" + # data-set: "trex-2n-icx-hist-iter" - title: "2210.0-11" - data-set: "vpp-2n-icx-prev-iter" + data-set: "trex-2n-icx-prev-iter" - title: "2302.0-11" - data-set: "vpp-2n-icx-curr-iter" + data-set: "trex-2n-icx-curr-iter" comparisons: - title: "2302.0-11 vs 2210.0-11" reference: 1 |