X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=d87caa0394470092a7bd026105695b6fe576c410;hb=27cff25483728d50e0215b895c680fb88f6ffe99;hp=03fcf40ded4b9f4b9f99d7e2550ecb6661d30d99;hpb=4dc7d6cc7b695c21ef1e37fa6b754958fc50e484;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 03fcf40ded..d87caa0394 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -335,7 +335,7 @@ def table_performance_comparison(table, input_data): tbl_dict[tst_name_mod] = {"name": name, "ref-data": list(), "cmp-data": list()} - _tpc_insert_data(target=tbl_dict[tst_name_mod]["ref-data"], + _tpc_insert_data(target=tbl_dict[tst_name_mod]["cmp-data"], src=tst_data, include_tests=table["include-tests"])