diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-29 12:56:33 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-29 11:59:06 +0000 |
commit | 2ef0d62c8a29c5fefb9f9851934eb2147f00a82b (patch) | |
tree | a6d4ebd267d97b8547d89bd6d6b55079b413a22c /resources/tools/presentation/specification.yaml | |
parent | 213451721aa6d169b6406d971d607f4150ffedac (diff) |
Report: PAL fixes
Change-Id: Ie7762343de4db66c442e45830030608c38d1ebf1
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 4ade202fbf0b8978cd7d348507c14eda28ae76ad)
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 78dd9f3b21..f34fb2eb7c 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -439,7 +439,7 @@ algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir - output-file: "{DIR[DTR,PERF,VPP,IMPACT,MELTDOWN]}/meltdown-impact" + output-file: "{DIR[STATIC,VPP]}/meltdown-impact" reference: title: "No Meltdown" # TODO: specify data sources @@ -473,7 +473,7 @@ algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir - output-file: "{DIR[DTR,PERF,VPP,IMPACT,SPECTRE]}/meltdown-spectre-impact" + output-file: "{DIR[STATIC,VPP]}/meltdown-spectre-impact" reference: title: "No Spectre" # TODO: specify data sources |