diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-26 09:30:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-26 09:30:38 +0100 |
commit | c01120c62b3d3649a5c7e6962c077b88c5512622 (patch) | |
tree | 6a7539882d6336fde11db779ab8fda97bb901642 /resources | |
parent | 0f6410d3c95eb28164fdd349778155c6525e1a79 (diff) |
Correct typos
Change-Id: Iaf3546dcbf980625149302000a1c4a3fad296642
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/tools/presentation/generator_tables.py | 4 | ||||
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/resources/tools/presentation/generator_tables.py b/resources/tools/presentation/generator_tables.py index 71ec431e6a..58d3b67b55 100644 --- a/resources/tools/presentation/generator_tables.py +++ b/resources/tools/presentation/generator_tables.py @@ -335,8 +335,8 @@ def _read_csv_template(file_name): raise PresentationError(str(err), level="ERROR") -def table_performance_comparision(table, input_data): - """Generate the table(s) with algorithm: table_performance_comparision +def table_performance_comparison(table, input_data): + """Generate the table(s) with algorithm: table_performance_comparison specified in the specification file. :param table: Table to generate. diff --git a/resources/tools/presentation/specification.yaml b/resources/tools/presentation/specification.yaml index d6e0b0ea78..e1ce00cfe8 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -449,7 +449,7 @@ - type: "table" title: "Performance Impact of Meltdown Patches" - algorithm: "table_performance_comparision" + algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir output-file: "{DIR[DTR,PERF,VPP,IMPACT,MELTDOWN]}/meltdown-impact" @@ -481,7 +481,7 @@ - type: "table" title: "Performance Impact of Spectre Patches" - algorithm: "table_performance_comparision" + algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir output-file: "{DIR[DTR,PERF,VPP,IMPACT,SPECTRE]}/spectre-impact" |