diff options
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 2 |
1 files changed, 1 insertions, 1 deletions
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"]) |