diff options
author | Tibor Frank <tifrank@cisco.com> | 2018-01-27 06:46:38 +0100 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2018-01-27 06:46:38 +0100 |
commit | eb201cfc23dd164f9b01918909313d5eabcb88e1 (patch) | |
tree | fcae48345629c0f43db6b2097b0475473e43013d /resources/tools/presentation/specification.yaml | |
parent | 97e479f0aaf5fd0ca3f72eb36ba822c0e94eb42c (diff) |
Report: Meltdown, spectre
Change-Id: I84828605e47ad729391cff4f82a8e3f33df592c6
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 839cdcc41b..3a2708005c 100644 --- a/resources/tools/presentation/specification.yaml +++ b/resources/tools/presentation/specification.yaml @@ -45,7 +45,7 @@ DIR[DTR,FUNC,NSHSFC]: "{DIR[DTR]}/nshsfc_functional_results" DIR[DTR,PERF,VPP,IMPRV]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements" DIR[DTR,PERF,VPP,IMPACT,SPECTRE]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_impact_spectre" - DIR[DTR,PERF,VPP,IMPACT,MELTDOWN]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_improvements" + DIR[DTR,PERF,VPP,IMPACT,MELTDOWN]: "{DIR[WORKING,SRC]}/vpp_performance_tests/performance_impact_meltdown" # Detailed test configurations DIR[DTC]: "{DIR[WORKING,SRC]}/test_configuration" @@ -474,7 +474,7 @@ algorithm: "table_performance_comparison" output-file-ext: ".csv" # TODO: specify dir - output-file: "{DIR[DTR,PERF,VPP,IMPACT,SPECTRE]}/spectre-impact" + output-file: "{DIR[DTR,PERF,VPP,IMPACT,SPECTRE]}/meltdown-spectre-impact" reference: title: "No Spectre" # TODO: specify data sources |