aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/presentation/generator_tables.py
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2018-07-30 09:49:06 +0200
committerTibor Frank <tifrank@cisco.com>2018-07-30 13:03:48 +0000
commit5a578142401ebeaa6ce171e0aa5e7e1d2d551b2a (patch)
treeccb70bc396f51757c8aa77c2c669d2f430f86852 /resources/tools/presentation/generator_tables.py
parentce128d89aec15f6d831fd3f94617daad5e1396d8 (diff)
CSIT-1197: Add Comparison Across Testbeds to the Report
Change-Id: Ibf0c880926b87e781830d7b39438b5145144ef5b Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit ce1088d88744f2c040801c9852565d522b3feb68)
Diffstat (limited to 'resources/tools/presentation/generator_tables.py')
-rw-r--r--resources/tools/presentation/generator_tables.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py
index cd61e321f1..6d81f43ba4 100644
--- a/resources/tools/presentation/generator_tables.py
+++ b/resources/tools/presentation/generator_tables.py
@@ -391,7 +391,7 @@ def table_performance_comparison(table, input_data):
"{0} Stdev [Mpps]".format(table["reference"]["title"]),
"{0} {1} [Mpps]".format(table["compare"]["title"], hdr_param),
"{0} Stdev [Mpps]".format(table["compare"]["title"]),
- "Change [%]"])
+ "Delta [%]"])
header_str = ",".join(header) + "\n"
except (AttributeError, KeyError) as err:
logging.error("The model is invalid, missing parameter: {0}".