diff options
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" |