diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-02-14 10:52:43 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-02-14 10:55:47 +0100 |
commit | ea59c76c67254c10a016dcd60974d58dcf10a18f (patch) | |
tree | 236d2397f385d36d93199609211e047698dc27c6 /resources/tools | |
parent | aae45cfa26d184413c13e55bacce85c524cdc571 (diff) |
Report: Fix typo
Change-Id: Ia7e3550a3904880cf5a6a8c867fef6d0c72462fe
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/elements.yaml | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 11087b27d0..5a2c6c66b0 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -271,7 +271,7 @@ - 37 # rls2202.rc2 NDRPDR reconf iter env 9 - 38 # rls2202.rc2 NDRPDR reconf iter env 9 - vpp-2n-skx-curr-gso: + vpp-2n-skx-curr-iter-gso: csit-vpp-perf-report-iterative-2202-2n-skx: - 22 # rls2202.rc2 MRR GSO iter env 9 diff --git a/resources/tools/presentation/specifications/report/elements.yaml b/resources/tools/presentation/specifications/report/elements.yaml index 8261ec1154..d61049bf12 100644 --- a/resources/tools/presentation/specifications/report/elements.yaml +++ b/resources/tools/presentation/specifications/report/elements.yaml @@ -14071,7 +14071,7 @@ title: "Throughput: 2n-icx-128kb-{core}-ip4routing-iperf3" algorithm: "plot_mrr_box_name" output-file: "{DIR[STATIC,VPP]}/2n-icx-128kb-{core}-ip4routing-iperf3" - data: "vpp-2n-icx-curr-gso" + data: "vpp-2n-icx-curr-iter-gso" core: ["1t1c", "2t2c", "4t4c"] include: - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr" @@ -14086,7 +14086,7 @@ title: "Throughput: 2n-skx-128kb-{core}-ip4routing-iperf3" algorithm: "plot_mrr_box_name" output-file: "{DIR[STATIC,VPP]}/2n-skx-128kb-{core}-ip4routing-iperf3" - data: "vpp-2n-skx-curr-gso" + data: "vpp-2n-skx-curr-iter-gso" core: ["1t1c", "2t2c", "4t4c"] include: - "Tests.Vpp.Perf.Gso.2N1L-10Ge2P1X710-Ethip4-Ip4Base-2Tap-Gso-Iperf3-Mrr.128KB-{core}-ethip4-ip4base-2tap-gso-iperf3-mrr" |