diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-29 12:56:33 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-29 12:56:33 +0100 |
commit | 4ade202fbf0b8978cd7d348507c14eda28ae76ad (patch) | |
tree | 86f5f80b60a44470b311a349e336d2e1a7bfd96e /resources/tools/presentation/specification.yaml | |
parent | e7e12e617468322c8b9d170c0c2b2d132e131431 (diff) |
Report: PAL fixes
Change-Id: Ie7762343de4db66c442e45830030608c38d1ebf1
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 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 |