Report: Fix typo in specification. 35/26835/1
authorTibor Frank <tifrank@cisco.com>
Mon, 4 May 2020 04:29:53 +0000 (06:29 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 4 May 2020 04:29:53 +0000 (06:29 +0200)
Change-Id: Ie61f8c1eef8828ce30f82e33ef0c40b8f77de26b
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_tables.py
resources/tools/presentation/specification.yaml

index a72551f..977ba8d 100644 (file)
@@ -1547,6 +1547,10 @@ def table_comparison(table, input_data):
                 u"stdev": tst_data[u"stdev"]
             }
 
+    if not tbl_dict:
+        logging.warning(f"No data for table {table.get(u'title', u'')}!")
+        return
+
     tbl_lst = list()
     for tst_data in tbl_dict.values():
         row = [tst_data[u"name"], ]
index af224cf..da97b74 100644 (file)
   algorithm: "table_comparison"
   output-file: "{DIR[STATIC,VPP]}/performance-changes-3n-hsw-2t2c-mrr"
   include-tests: "MRR" # "PDR" | "NDR" | "MRR"
-  filter: "'2t2c' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
+  filter: "'2T2C' and 'MRR' and 'NIC_Intel-XL710' and not 'NF_DENSITY'"
   columns:
     - title: "1904"
       data-set: "vpp-performance-changes-3n-hsw-mrr-h1"