aboutsummaryrefslogtreecommitdiffstats
path: root/csit.infra.dash/app/cdash/report/layout.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'csit.infra.dash/app/cdash/report/layout.yaml')
-rw-r--r--csit.infra.dash/app/cdash/report/layout.yaml54
1 files changed, 46 insertions, 8 deletions
diff --git a/csit.infra.dash/app/cdash/report/layout.yaml b/csit.infra.dash/app/cdash/report/layout.yaml
index 0be2898dea..9e30642111 100644
--- a/csit.infra.dash/app/cdash/report/layout.yaml
+++ b/csit.infra.dash/app/cdash/report/layout.yaml
@@ -11,7 +11,7 @@ plot-throughput:
showticklabels: True
tickcolor: "rgb(220, 220, 220)"
tickmode: "array"
- zeroline: False
+ zeroline: True
yaxis:
title: "Throughput [pps|cps|rps|bps]"
gridcolor: "rgb(230, 230, 230)"
@@ -23,8 +23,48 @@ plot-throughput:
showline: True
showticklabels: True
tickcolor: "rgb(220, 220, 220)"
- zeroline: False
- range: [0, 50]
+ zeroline: True
+ range: [0, 100]
+ autosize: True
+ margin:
+ t: 50
+ b: 0
+ l: 80
+ r: 20
+ showlegend: False
+ height: 800
+ paper_bgcolor: "#fff"
+ plot_bgcolor: "#fff"
+ hoverlabel:
+ namelength: -1
+
+plot-bandwidth:
+ xaxis:
+ title: "Test Cases [Index]"
+ autorange: True
+ fixedrange: False
+ gridcolor: "rgb(230, 230, 230)"
+ linecolor: "rgb(220, 220, 220)"
+ linewidth: 1
+ showgrid: True
+ showline: True
+ showticklabels: True
+ tickcolor: "rgb(220, 220, 220)"
+ tickmode: "array"
+ zeroline: True
+ yaxis:
+ title: "Bandwidth [bps]"
+ gridcolor: "rgb(230, 230, 230)"
+ hoverformat: ".3s"
+ tickformat: ".3s"
+ linecolor: "rgb(220, 220, 220)"
+ linewidth: 1
+ showgrid: True
+ showline: True
+ showticklabels: True
+ tickcolor: "rgb(220, 220, 220)"
+ zeroline: True
+ range: [0, 200]
autosize: True
margin:
t: 50
@@ -32,7 +72,6 @@ plot-throughput:
l: 80
r: 20
showlegend: False
- # width: 700
height: 800
paper_bgcolor: "#fff"
plot_bgcolor: "#fff"
@@ -52,7 +91,7 @@ plot-latency:
showticklabels: True
tickcolor: "rgb(220, 220, 220)"
tickmode: "array"
- zeroline: False
+ zeroline: True
yaxis:
title: "Average Latency at 50% PDR [us]"
gridcolor: "rgb(230, 230, 230)"
@@ -64,8 +103,8 @@ plot-latency:
showline: True
showticklabels: True
tickcolor: "rgb(220, 220, 220)"
- zeroline: False
- range: [0, 50]
+ zeroline: True
+ range: [0, 200]
autosize: True
margin:
t: 50
@@ -73,7 +112,6 @@ plot-latency:
l: 80
r: 20
showlegend: False
- # width: 700
height: 800
paper_bgcolor: "#fff"
plot_bgcolor: "#fff"