X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Fpresentation%2Fgenerator_tables.py;h=8e5d3102fd441ae91d99ca33111e933853c4af36;hp=8c2607c936bc2a761b85f7dce371f32b12188b73;hb=8fc385adfbb2f739d573147d16e0923b5c4d7919;hpb=da8259896a44b926c9dfdbf77435fef345dae7b6 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"])