diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-07-20 10:19:09 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-07-26 14:46:13 +0200 |
commit | a4fe771848907ee4a551cf06432f1ec6da496608 (patch) | |
tree | 20ef7a85447697b1448b16c98ecfc424b3f560f7 /resources/tools/presentation/specifications | |
parent | 53e6c3440afd81d1504db75e7fa8d09229641079 (diff) |
Trending: Save latency data in csv files
Change-Id: I397dc1711f52324c158c775522cfef3044724ad7
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/specifications')
-rw-r--r-- | resources/tools/presentation/specifications/trending/elements.yaml | 2 | ||||
-rw-r--r-- | resources/tools/presentation/specifications/trending/layouts.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/resources/tools/presentation/specifications/trending/elements.yaml b/resources/tools/presentation/specifications/trending/elements.yaml index a640401c7a..b549948a4f 100644 --- a/resources/tools/presentation/specifications/trending/elements.yaml +++ b/resources/tools/presentation/specifications/trending/elements.yaml @@ -69,7 +69,7 @@ - type: "plot" title: "Statistics: DPDK 2n-clx mrr" algorithm: "plot_statistics" - output-file: "{DIR[STATIC,VPP]}/stats-dpdk-2n-skx-mrr" + output-file: "{DIR[STATIC,VPP]}/stats-dpdk-2n-clx-mrr" data: "plot-performance-trending-dpdk-2n-clx" layout: layout: "plot-statistics" diff --git a/resources/tools/presentation/specifications/trending/layouts.yaml b/resources/tools/presentation/specifications/trending/layouts.yaml index 72bd69a652..aec150fd45 100644 --- a/resources/tools/presentation/specifications/trending/layouts.yaml +++ b/resources/tools/presentation/specifications/trending/layouts.yaml @@ -10,7 +10,7 @@ size: 16 autosize: True showlegend: True - width: 1100 + width: 1050 height: 800 yaxis: showticklabels: True |