X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=8e5d3102fd441ae91d99ca33111e933853c4af36;hb=3933a965f71dd1a7ecf7b561a91999ff75912f30;hp=8c2607c936bc2a761b85f7dce371f32b12188b73;hpb=ac2c84d9561e2344057dc5d4173b0c7718015c4b;p=csit.git diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 8c2607c936..8e5d3102fd 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"])