Report: Add rls data 90/33090/1
authorTibor Frank <tifrank@cisco.com>
Tue, 13 Jul 2021 07:10:22 +0000 (09:10 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 13 Jul 2021 07:10:22 +0000 (09:10 +0200)
Change-Id: I0167c72751aa5deae576335bbf91f62557ea8526
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py
resources/tools/presentation/specifications/report/data_sets.yaml

index af90124..9a1eb9e 100644 (file)
@@ -610,12 +610,12 @@ def plot_perf_box_name(plot, input_data):
                             if u"TCP_CPS" in test[u"tags"]:
                                 test_type = u"VSAP_CPS"
                                 y_vals[test[u"parent"]].append(
-                                    test[u"result"][u"cps"] / 1e6
+                                    test[u"result"][u"cps"]
                                 )
                             elif u"TCP_RPS" in test[u"tags"]:
                                 test_type = u"VSAP_RPS"
                                 y_vals[test[u"parent"]].append(
-                                    test[u"result"][u"rps"] / 1e6
+                                    test[u"result"][u"rps"]
                                 )
                             else:
                                 continue
@@ -677,10 +677,10 @@ def plot_perf_box_name(plot, input_data):
                 layout[u"title"] = f"<b>Bandwidth:</b> {layout[u'title']}"
             elif test_type == u"VSAP_CPS":
                 layout[u"title"] = f"<b>CPS:</b> {layout[u'title']}"
-                layout[u"yaxis"][u"title"] = u"<b>Connection Rate [Mcps]</b>"
+                layout[u"yaxis"][u"title"] = u"<b>Connection Rate [cps]</b>"
             elif test_type == u"VSAP_RPS":
                 layout[u"title"] = f"<b>RPS:</b> {layout[u'title']}"
-                layout[u"yaxis"][u"title"] = u"<b>Connection Rate [Mrps]</b>"
+                layout[u"yaxis"][u"title"] = u"<b>Connection Rate [rps]</b>"
             else:
                 layout[u"title"] = f"<b>Tput:</b> {layout[u'title']}"
         if y_max and max(y_max) > 1:
index 0bd8c5a..dac448f 100644 (file)
   vpp-3n-skx-curr-cov:
     csit-vpp-perf-report-coverage-2106-3n-skx:
       - 1   # rls2106.rel NDRPDR COV env 7
+      - 3   # rls2106.rel NDRPDR COV env 7
       - 4   # rls2106.rel NDRPDR COV env 7
+      - 6   # rls2106.rel NDRPDR COV env 7
+      - 8   # rls2106.rel NDRPDR COV env 7
       - 9   # rls2106.rel NDRPDR COV env 7
       - 10  # rls2106.rel NDRPDR COV env 7
       - 11  # rls2106.rel NDRPDR COV env 7
       - 12  # rls2106.rel NDRPDR COV env 7
+      - 13  # rls2106.rel NDRPDR COV env 7
       - 14  # rls2106.rel NDRPDR COV env 7
       - 15  # rls2106.rel NDRPDR COV env 7
+      - 17  # rls2106.rel NDRPDR COV env 7
 
   dpdk-3n-skx-hist-iter:
     csit-dpdk-perf-report-iterative-2009-3n-skx:
       - 24  # rls2106.rel NDRPDR iter env 7
       - 25  # rls2106.rel NDRPDR iter env 7
       - 26  # rls2106.rel NDRPDR iter env 7
+      - 28  # rls2106.rel NDRPDR iter env 7
 
   vpp-3n-tsh-curr-iter-best:
     csit-vpp-perf-report-iterative-2106-3n-tsh: