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:18 +0000
commitce1088d88744f2c040801c9852565d522b3feb68 (patch)
tree3683c1e740da518fc80d94e8b69e4b2cbad841c1 /resources/tools/presentation/generator_tables.py
parent84f46d579b405873ce9746a0bae2e8fdc38bd415 (diff)
CSIT-1197: Add Comparison Across Testbeds to the Report
Change-Id: Ibf0c880926b87e781830d7b39438b5145144ef5b Signed-off-by: Tibor Frank <tifrank@cisco.com>
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}".