Report: Add rc2 data 11/36511/2
authorTibor Frank <tifrank@cisco.com>
Tue, 28 Jun 2022 11:40:06 +0000 (13:40 +0200)
committerTibor Frank <tifrank@cisco.com>
Tue, 28 Jun 2022 11:41:00 +0000 (11:41 +0000)
Change-Id: Ie5df83a47c352ef84486c2d62be91365ad005409
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py
resources/tools/presentation/specifications/report/data_sets.yaml

index ee08511..d28ff9a 100644 (file)
@@ -1873,7 +1873,8 @@ def table_comparison(table, input_data):
         row = [tst_data[u"name"], ]
         for col in cols:
             row_data = tst_data.get(col["title"], None)
         row = [tst_data[u"name"], ]
         for col in cols:
             row_data = tst_data.get(col["title"], None)
-            if normalize and row_data:
+            if normalize and row_data and row_data.get("mean", None) and \
+                    row_data.get("stdev", None):
                 groups = re.search(REGEX_TOPO_ARCH, col["title"])
                 topo_arch = groups.group(0) if groups else ""
                 norm_factor = table["norm_factor"].get(topo_arch, 1.0)
                 groups = re.search(REGEX_TOPO_ARCH, col["title"])
                 topo_arch = groups.group(0) if groups else ""
                 norm_factor = table["norm_factor"].get(topo_arch, 1.0)
index 86a2a77..9a05ba7 100644 (file)
       - 59  # rls2206.rc2 NDRPDR iter env 10
       - 60  # rls2206.rc2 NDRPDR iter env 10
       - 61  # rls2206.rc2 NDRPDR iter env 10
       - 59  # rls2206.rc2 NDRPDR iter env 10
       - 60  # rls2206.rc2 NDRPDR iter env 10
       - 61  # rls2206.rc2 NDRPDR iter env 10
+      - 64  # rls2206.rc2 NDRPDR iter env 10
+      - 65  # rls2206.rc2 NDRPDR iter env 10
+      - 66  # rls2206.rc2 NDRPDR iter env 10
+      - 67  # rls2206.rc2 NDRPDR iter env 10
 
   vpp-2n-icx-curr-iter-best:
     csit-vpp-perf-report-iterative-2206-2n-icx:
 
   vpp-2n-icx-curr-iter-best:
     csit-vpp-perf-report-iterative-2206-2n-icx: