X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=fe0eaaa22e3d62c1cfe4fb2a2199aa372ef55e1b;hp=fa5a963600a48ac1503fdfcb71a0534c20a03184;hb=7902281ee08456a4d90bb5829ba42da2c71a6379;hpb=f615617a46a21107a9a827a13035997e91bf6d3f diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index fa5a963600..fe0eaaa22e 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -1675,7 +1675,14 @@ def table_comparison(table, input_data): if replacement: rpl_data = input_data.filter_data( table, - params=[u"throughput", u"result", u"name", u"parent", u"tags"], + params=[ + u"throughput", + u"result", + u"latency", + u"name", + u"parent", + u"tags" + ], data=replacement, continue_on_error=True ) @@ -1802,7 +1809,7 @@ def table_comparison(table, input_data): ) except ZeroDivisionError: break - if delta is None: + if delta in (None, float(u"nan"), u"nan", u"NaN"): break new_row.append({ u"mean": delta * 1e6,