diff options
author | Tibor Frank <tifrank@cisco.com> | 2022-06-28 13:40:06 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2022-06-28 11:41:00 +0000 |
commit | 8335a5a3f8935e6f1ab760986ac715c22839ca7a (patch) | |
tree | e5170f8a3569455487d218decf884d51aa3b7142 /resources/tools | |
parent | b33b1461fe815b1a09267118644538a5b9351c60 (diff) |
Report: Add rc2 data
Change-Id: Ie5df83a47c352ef84486c2d62be91365ad005409
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 3 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/report/data_sets.yaml | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index ee08511915..d28ff9ac87 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -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) - 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) diff --git a/resources/tools/presentation/specifications/report/data_sets.yaml b/resources/tools/presentation/specifications/report/data_sets.yaml index 86a2a777b3..9a05ba728e 100644 --- a/resources/tools/presentation/specifications/report/data_sets.yaml +++ b/resources/tools/presentation/specifications/report/data_sets.yaml @@ -1217,6 +1217,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: |