From 51da461dcdb1ed20abe73b616ceb971569c9b884 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Fri, 10 Jun 2022 13:13:08 +0200 Subject: feat(uti): statistical graphs Change-Id: Ic05d56dae08e9745582e02e59e8b76145050ca73 Signed-off-by: Tibor Frank --- resources/tools/dash/app/pal/report/layout.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'resources/tools/dash/app/pal/report/layout.yaml') diff --git a/resources/tools/dash/app/pal/report/layout.yaml b/resources/tools/dash/app/pal/report/layout.yaml index e6ee788a0f..689a91d291 100644 --- a/resources/tools/dash/app/pal/report/layout.yaml +++ b/resources/tools/dash/app/pal/report/layout.yaml @@ -1,6 +1,6 @@ plot-throughput: xaxis: - title: "Test Cases [Index]" + title: "Test Cases [Index]" autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" @@ -13,7 +13,7 @@ plot-throughput: tickmode: "array" zeroline: False yaxis: - title: "Packet Throughput [pps]" + title: "Packet Throughput [pps]" gridcolor: "rgb(230, 230, 230)" hoverformat: ".3s" tickformat: ".3s" @@ -45,7 +45,7 @@ plot-throughput: plot-latency: xaxis: - title: "Test Cases [Index]" + title: "Test Cases [Index]" autorange: True fixedrange: False gridcolor: "rgb(230, 230, 230)" @@ -58,7 +58,7 @@ plot-latency: tickmode: "array" zeroline: False yaxis: - title: "Packet Latency [us]" + title: "Average Latency at 50% PDR [us]" gridcolor: "rgb(230, 230, 230)" hoverformat: ".3s" tickformat: ".3s" -- cgit 1.2.3-korg