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/tools/presentation/specification.yaml | |
parent | 0f6410d3c95eb28164fdd349778155c6525e1a79 (diff) |
Correct typos
Change-Id: Iaf3546dcbf980625149302000a1c4a3fad296642
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specification.yaml')
-rw-r--r-- | resources/tools/presentation/specification.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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" |