aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/report/layout.yaml
blob: 6fa91f31f18e3f7c552f54329f59aaeba9ff2d32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
plot-throughput:
  titlefont:
    size: 16
  xaxis:
    title: "<b>Test Cases [Index]</b>"
    titlefont:
      size: 14
    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"
    tickfont:
      size: 14
    zeroline: False
  yaxis:
    title: "<b>Packet Throughput [Mpps]</b>"
    titlefont:
      size: 14
    gridcolor: "rgb(230, 230, 230)"
    hoverformat: ".4r"
    tickformat: ".3r"
    linecolor: "rgb(220, 220, 220)"
    linewidth: 1
    showgrid: True
    showline: True
    showticklabels: True
    tickcolor: "rgb(220, 220, 220)"
    tickfont:
      size: 14
    zeroline: False
    range: [0, 50]
  autosize: False
  margin:
    t: 50
    b: 0
    l: 80
    r: 20
  showlegend: True
  legend:
    orientation: "h"
    font:
      size: 14
  width: 700
  height: 900
  paper_bgcolor: "#fff"
  plot_bgcolor: "#fff"
  hoverlabel:
    namelength: -1

plot-throughput-speedup-analysis:
  titlefont:
    size: 16
  xaxis:
    title: "<b>Number of Cores [Qty]</b>"
    titlefont:
      size: 14
    autorange: True
    fixedrange: False
    gridcolor: "rgb(230, 230, 230)"
    linecolor: "rgb(220, 220, 220)"
    linewidth: 1
    showgrid: True
    showline: True
    showticklabels: True
    tickcolor: "rgb(238, 238, 238)"
    tickmode: "linear"
    tickfont:
      size: 14
    zeroline: False
  yaxis:
    title: "<b>Packet Throughput [Mpps]</b>"
    titlefont:
      size: 14
    type: "linear"
    gridcolor: "rgb(230, 230, 230)"
    hoverformat: ".4s"
    linecolor: "rgb(220, 220, 220)"
    linewidth: 1
    showgrid: True
    showline: True
    showticklabels: True
    tickcolor: "rgb(220, 220, 220)"
    tickformat: ".4s"
    tickfont:
      size: 14
    zeroline: True
    rangemode: "tozero"
    range: [0, 100]
  legend:
    orientation: "h"
    font:
      size: 14
    xanchor: "left"
    yanchor: "top"
    x: 0
    y: -0.2
    bgcolor: "rgba(255, 255, 255, 0)"
    bordercolor: "rgba(255, 255, 255, 0)"
    traceorder: "normal"
  autosize: False
  margin:
      't': 50
      'b': 150
      'l': 85
      'r': 10
  showlegend: True
  width: 700
  height: 700
  paper_bgcolor: "#fff"
  plot_bgcolor: "#fff"
  hoverlabel:
    namelength: -1
  annotations: [
    {
      text: "_ _          __          ...",
      align: "left",
      showarrow: False,
      xref: "paper",
      yref: "paper",
      xanchor: "left",
      yanchor: "top",
      x: 0,
      y: -0.14,
      font: {
        family: "Consolas, Courier New",
        size: 13
      },
    },
    {
      text: "    Perfect     Measured     Limit",
      align: "left",
      showarrow: False,
      xref: "paper",
      yref: "paper",
      xanchor: "left",
      yanchor: "top",
      x: 0,
      y: -0.15,
      font: {
        family: "Consolas, Courier New",
        size: 13
      },
    },
  ]