@grnsft/if 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.github/ISSUE_TEMPLATE/agenda.md +4 -3
- package/.github/ISSUE_TEMPLATE/bug-report.md +32 -0
- package/.github/ISSUE_TEMPLATE/dev-ticket.md +44 -0
- package/.github/ISSUE_TEMPLATE/sprint-planning.md +39 -0
- package/.github/ISSUE_TEMPLATE/sprint-retro.md +41 -0
- package/coverage/clover.xml +106 -101
- package/coverage/coverage-final.json +7 -7
- package/coverage/lcov-report/config/config.ts.html +1 -1
- package/coverage/lcov-report/config/index.html +17 -17
- package/coverage/lcov-report/config/index.ts.html +1 -1
- package/coverage/lcov-report/config/strings.ts.html +26 -20
- package/coverage/lcov-report/index.html +33 -33
- package/coverage/lcov-report/lib/index.html +25 -25
- package/coverage/lcov-report/lib/models-universe.ts.html +82 -40
- package/coverage/lcov-report/lib/observatory.ts.html +7 -7
- package/coverage/lcov-report/lib/supercomputer.ts.html +48 -48
- package/coverage/lcov-report/util/args.ts.html +11 -11
- package/coverage/lcov-report/util/errors.ts.html +3 -3
- package/coverage/lcov-report/util/index.html +11 -11
- package/coverage/lcov-report/util/yaml.ts.html +6 -6
- package/coverage/lcov.info +160 -151
- package/examples/impls/case-studies/ntt-data-on-premise.yaml +42 -0
- package/examples/impls/test/sci.yml +13 -37
- package/package.json +1 -1
- package/tsconfig.build.tsbuildinfo +0 -1
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>25/25</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>23/23</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -142,7 +142,7 @@
|
|
|
142
142
|
<span class="cline-any cline-neutral"> </span>
|
|
143
143
|
<span class="cline-any cline-neutral"> </span>
|
|
144
144
|
<span class="cline-any cline-neutral"> </span>
|
|
145
|
-
<span class="cline-any cline-yes">
|
|
145
|
+
<span class="cline-any cline-yes">5x</span>
|
|
146
146
|
<span class="cline-any cline-neutral"> </span>
|
|
147
147
|
<span class="cline-any cline-neutral"> </span>
|
|
148
148
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -159,22 +159,22 @@
|
|
|
159
159
|
<span class="cline-any cline-neutral"> </span>
|
|
160
160
|
<span class="cline-any cline-neutral"> </span>
|
|
161
161
|
<span class="cline-any cline-yes">1x</span>
|
|
162
|
-
<span class="cline-any cline-yes">
|
|
162
|
+
<span class="cline-any cline-yes">5x</span>
|
|
163
163
|
<span class="cline-any cline-neutral"> </span>
|
|
164
|
-
<span class="cline-any cline-yes">
|
|
164
|
+
<span class="cline-any cline-yes">5x</span>
|
|
165
165
|
<span class="cline-any cline-yes">1x</span>
|
|
166
166
|
<span class="cline-any cline-yes">1x</span>
|
|
167
167
|
<span class="cline-any cline-neutral"> </span>
|
|
168
168
|
<span class="cline-any cline-neutral"> </span>
|
|
169
|
+
<span class="cline-any cline-yes">4x</span>
|
|
169
170
|
<span class="cline-any cline-yes">3x</span>
|
|
170
171
|
<span class="cline-any cline-yes">2x</span>
|
|
171
|
-
<span class="cline-any cline-yes">2x</span>
|
|
172
172
|
<span class="cline-any cline-neutral"> </span>
|
|
173
173
|
<span class="cline-any cline-neutral"> </span>
|
|
174
174
|
<span class="cline-any cline-neutral"> </span>
|
|
175
175
|
<span class="cline-any cline-neutral"> </span>
|
|
176
176
|
<span class="cline-any cline-neutral"> </span>
|
|
177
|
-
<span class="cline-any cline-
|
|
177
|
+
<span class="cline-any cline-yes">1x</span>
|
|
178
178
|
<span class="cline-any cline-neutral"> </span>
|
|
179
179
|
<span class="cline-any cline-neutral"> </span>
|
|
180
180
|
<span class="cline-any cline-yes">1x</span>
|
|
@@ -232,7 +232,7 @@ export const parseProcessArgument = () => {
|
|
|
232
232
|
};
|
|
233
233
|
}
|
|
234
234
|
|
|
235
|
-
|
|
235
|
+
throw new CliInputError(FILE_IS_NOT_YAML);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
throw new CliInputError(IMPL_IS_MISSING);
|
|
@@ -244,7 +244,7 @@ export const parseProcessArgument = () => {
|
|
|
244
244
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
245
245
|
Code coverage generated by
|
|
246
246
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
247
|
-
at 2023-11-
|
|
247
|
+
at 2023-11-20T19:46:53.121Z
|
|
248
248
|
</div>
|
|
249
249
|
<script src="../prettify.js"></script>
|
|
250
250
|
<script>
|
|
@@ -103,8 +103,8 @@
|
|
|
103
103
|
<span class="cline-any cline-neutral"> </span>
|
|
104
104
|
<span class="cline-any cline-neutral"> </span>
|
|
105
105
|
<span class="cline-any cline-neutral"> </span>
|
|
106
|
-
<span class="cline-any cline-yes">
|
|
107
|
-
<span class="cline-any cline-yes">
|
|
106
|
+
<span class="cline-any cline-yes">9x</span>
|
|
107
|
+
<span class="cline-any cline-yes">9x</span>
|
|
108
108
|
<span class="cline-any cline-neutral"> </span>
|
|
109
109
|
<span class="cline-any cline-neutral"> </span>
|
|
110
110
|
<span class="cline-any cline-neutral"> </span>
|
|
@@ -142,7 +142,7 @@ export const ERRORS = CUSTOM_ERRORS.reduce((acc, className) => {
|
|
|
142
142
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
143
143
|
Code coverage generated by
|
|
144
144
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
145
|
-
at 2023-11-
|
|
145
|
+
at 2023-11-20T19:46:53.121Z
|
|
146
146
|
</div>
|
|
147
147
|
<script src="../prettify.js"></script>
|
|
148
148
|
<script>
|
|
@@ -23,9 +23,9 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">100% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>51/51</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
@@ -44,9 +44,9 @@
|
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">100% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>46/46</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -80,17 +80,17 @@
|
|
|
80
80
|
</thead>
|
|
81
81
|
<tbody><tr>
|
|
82
82
|
<td class="file high" data-value="args.ts"><a href="args.ts.html">args.ts</a></td>
|
|
83
|
-
<td data-value="
|
|
84
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
83
|
+
<td data-value="100" class="pic high">
|
|
84
|
+
<div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
|
|
85
85
|
</td>
|
|
86
|
-
<td data-value="
|
|
87
|
-
<td data-value="25" class="abs high">
|
|
86
|
+
<td data-value="100" class="pct high">100%</td>
|
|
87
|
+
<td data-value="25" class="abs high">25/25</td>
|
|
88
88
|
<td data-value="100" class="pct high">100%</td>
|
|
89
89
|
<td data-value="5" class="abs high">5/5</td>
|
|
90
90
|
<td data-value="100" class="pct high">100%</td>
|
|
91
91
|
<td data-value="3" class="abs high">3/3</td>
|
|
92
|
-
<td data-value="
|
|
93
|
-
<td data-value="23" class="abs high">
|
|
92
|
+
<td data-value="100" class="pct high">100%</td>
|
|
93
|
+
<td data-value="23" class="abs high">23/23</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -131,7 +131,7 @@
|
|
|
131
131
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
132
132
|
Code coverage generated by
|
|
133
133
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
134
|
-
at 2023-11-
|
|
134
|
+
at 2023-11-20T19:46:53.121Z
|
|
135
135
|
</div>
|
|
136
136
|
<script src="../prettify.js"></script>
|
|
137
137
|
<script>
|
|
@@ -132,12 +132,12 @@
|
|
|
132
132
|
<span class="cline-any cline-neutral"> </span>
|
|
133
133
|
<span class="cline-any cline-neutral"> </span>
|
|
134
134
|
<span class="cline-any cline-yes">2x</span>
|
|
135
|
-
<span class="cline-any cline-yes">
|
|
136
|
-
<span class="cline-any cline-yes">
|
|
137
|
-
<span class="cline-any cline-yes">
|
|
138
|
-
<span class="cline-any cline-yes">
|
|
135
|
+
<span class="cline-any cline-yes">6x</span>
|
|
136
|
+
<span class="cline-any cline-yes">6x</span>
|
|
137
|
+
<span class="cline-any cline-yes">6x</span>
|
|
138
|
+
<span class="cline-any cline-yes">6x</span>
|
|
139
139
|
<span class="cline-any cline-neutral"> </span>
|
|
140
|
-
<span class="cline-any cline-yes">
|
|
140
|
+
<span class="cline-any cline-yes">6x</span>
|
|
141
141
|
<span class="cline-any cline-neutral"> </span>
|
|
142
142
|
<span class="cline-any cline-neutral"> </span></td><td class="text"><pre class="prettyprint lang-js">import * as fs from 'fs/promises';
|
|
143
143
|
import * as path from 'path';
|
|
@@ -184,7 +184,7 @@ export const checkIfFileIsYaml = (fileName: string) => {
|
|
|
184
184
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
185
185
|
Code coverage generated by
|
|
186
186
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
187
|
-
at 2023-11-
|
|
187
|
+
at 2023-11-20T19:46:53.121Z
|
|
188
188
|
</div>
|
|
189
189
|
<script src="../prettify.js"></script>
|
|
190
190
|
<script>
|
package/coverage/lcov.info
CHANGED
|
@@ -28,86 +28,95 @@ SF:src/config/strings.ts
|
|
|
28
28
|
FN:10,(anonymous_0)
|
|
29
29
|
FN:12,(anonymous_1)
|
|
30
30
|
FN:30,(anonymous_2)
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
FNDA:
|
|
35
|
-
FNDA:
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
DA:
|
|
39
|
-
DA:
|
|
40
|
-
|
|
41
|
-
|
|
31
|
+
FN:32,(anonymous_3)
|
|
32
|
+
FNF:4
|
|
33
|
+
FNH:4
|
|
34
|
+
FNDA:3,(anonymous_0)
|
|
35
|
+
FNDA:5,(anonymous_1)
|
|
36
|
+
FNDA:3,(anonymous_2)
|
|
37
|
+
FNDA:3,(anonymous_3)
|
|
38
|
+
DA:3,4
|
|
39
|
+
DA:11,3
|
|
40
|
+
DA:13,5
|
|
41
|
+
DA:31,3
|
|
42
|
+
DA:33,3
|
|
43
|
+
LF:5
|
|
44
|
+
LH:5
|
|
42
45
|
BRF:0
|
|
43
46
|
BRH:0
|
|
44
47
|
end_of_record
|
|
45
48
|
TN:
|
|
46
49
|
SF:src/lib/models-universe.ts
|
|
47
|
-
FN:
|
|
48
|
-
FN:
|
|
49
|
-
FN:
|
|
50
|
-
FN:
|
|
51
|
-
FN:
|
|
52
|
-
FN:
|
|
53
|
-
FN:
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
FNDA:
|
|
50
|
+
FN:28,(anonymous_0)
|
|
51
|
+
FN:37,(anonymous_1)
|
|
52
|
+
FN:51,(anonymous_2)
|
|
53
|
+
FN:53,(anonymous_3)
|
|
54
|
+
FN:66,(anonymous_4)
|
|
55
|
+
FN:96,(anonymous_5)
|
|
56
|
+
FN:101,(anonymous_6)
|
|
57
|
+
FN:123,(anonymous_7)
|
|
58
|
+
FNF:8
|
|
59
|
+
FNH:8
|
|
60
|
+
FNDA:9,(anonymous_0)
|
|
61
|
+
FNDA:4,(anonymous_1)
|
|
58
62
|
FNDA:5,(anonymous_2)
|
|
59
|
-
FNDA:
|
|
60
|
-
FNDA:
|
|
61
|
-
FNDA:
|
|
62
|
-
FNDA:
|
|
63
|
+
FNDA:5,(anonymous_3)
|
|
64
|
+
FNDA:7,(anonymous_4)
|
|
65
|
+
FNDA:7,(anonymous_5)
|
|
66
|
+
FNDA:2,(anonymous_6)
|
|
67
|
+
FNDA:2,(anonymous_7)
|
|
63
68
|
DA:1,1
|
|
64
69
|
DA:3,1
|
|
65
70
|
DA:12,1
|
|
66
71
|
DA:14,1
|
|
67
|
-
DA:
|
|
68
|
-
DA:
|
|
69
|
-
DA:
|
|
70
|
-
DA:
|
|
71
|
-
DA:
|
|
72
|
-
DA:
|
|
73
|
-
DA:
|
|
74
|
-
DA:
|
|
72
|
+
DA:23,1
|
|
73
|
+
DA:28,1
|
|
74
|
+
DA:32,9
|
|
75
|
+
DA:38,4
|
|
76
|
+
DA:39,4
|
|
77
|
+
DA:40,3
|
|
78
|
+
DA:42,3
|
|
79
|
+
DA:44,1
|
|
80
|
+
DA:52,5
|
|
75
81
|
DA:53,5
|
|
76
|
-
DA:
|
|
77
|
-
DA:57,
|
|
78
|
-
DA:
|
|
79
|
-
DA:
|
|
80
|
-
DA:
|
|
81
|
-
DA:
|
|
82
|
-
DA:
|
|
83
|
-
DA:
|
|
84
|
-
DA:
|
|
85
|
-
DA:
|
|
86
|
-
DA:
|
|
87
|
-
DA:
|
|
88
|
-
DA:
|
|
89
|
-
DA:85,5
|
|
82
|
+
DA:55,4
|
|
83
|
+
DA:57,1
|
|
84
|
+
DA:67,7
|
|
85
|
+
DA:68,1
|
|
86
|
+
DA:71,6
|
|
87
|
+
DA:72,1
|
|
88
|
+
DA:75,5
|
|
89
|
+
DA:76,4
|
|
90
|
+
DA:77,4
|
|
91
|
+
DA:80,5
|
|
92
|
+
DA:81,5
|
|
93
|
+
DA:84,5
|
|
94
|
+
DA:86,4
|
|
90
95
|
DA:87,1
|
|
91
|
-
DA:
|
|
92
|
-
DA:
|
|
93
|
-
DA:
|
|
94
|
-
DA:
|
|
95
|
-
DA:
|
|
96
|
-
DA:
|
|
97
|
-
DA:
|
|
98
|
-
DA:
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
BRDA:
|
|
106
|
-
BRDA:
|
|
107
|
-
BRDA:
|
|
108
|
-
BRDA:
|
|
96
|
+
DA:90,2
|
|
97
|
+
DA:97,7
|
|
98
|
+
DA:99,7
|
|
99
|
+
DA:101,2
|
|
100
|
+
DA:102,2
|
|
101
|
+
DA:107,2
|
|
102
|
+
DA:109,2
|
|
103
|
+
DA:112,2
|
|
104
|
+
DA:117,2
|
|
105
|
+
DA:124,2
|
|
106
|
+
DA:125,1
|
|
107
|
+
DA:128,1
|
|
108
|
+
LF:40
|
|
109
|
+
LH:40
|
|
110
|
+
BRDA:40,0,0,3
|
|
111
|
+
BRDA:40,0,1,2
|
|
112
|
+
BRDA:67,1,0,1
|
|
113
|
+
BRDA:71,2,0,1
|
|
114
|
+
BRDA:75,3,0,4
|
|
115
|
+
BRDA:80,4,0,5
|
|
116
|
+
BRDA:86,5,0,1
|
|
117
|
+
BRDA:124,6,0,1
|
|
109
118
|
BRF:8
|
|
110
|
-
BRH:
|
|
119
|
+
BRH:8
|
|
111
120
|
end_of_record
|
|
112
121
|
TN:
|
|
113
122
|
SF:src/lib/observatory.ts
|
|
@@ -116,20 +125,20 @@ FN:20,(anonymous_1)
|
|
|
116
125
|
FN:31,(anonymous_2)
|
|
117
126
|
FNF:3
|
|
118
127
|
FNH:3
|
|
119
|
-
FNDA:
|
|
120
|
-
FNDA:
|
|
121
|
-
FNDA:
|
|
128
|
+
FNDA:12,(anonymous_0)
|
|
129
|
+
FNDA:19,(anonymous_1)
|
|
130
|
+
FNDA:13,(anonymous_2)
|
|
122
131
|
DA:6,2
|
|
123
|
-
DA:8,
|
|
124
|
-
DA:14,
|
|
125
|
-
DA:21,
|
|
126
|
-
DA:23,
|
|
127
|
-
DA:25,
|
|
128
|
-
DA:32,
|
|
132
|
+
DA:8,12
|
|
133
|
+
DA:14,12
|
|
134
|
+
DA:21,19
|
|
135
|
+
DA:23,19
|
|
136
|
+
DA:25,19
|
|
137
|
+
DA:32,13
|
|
129
138
|
LF:7
|
|
130
139
|
LH:7
|
|
131
140
|
BRDA:21,0,0,10
|
|
132
|
-
BRDA:21,0,1,
|
|
141
|
+
BRDA:21,0,1,9
|
|
133
142
|
BRF:2
|
|
134
143
|
BRH:2
|
|
135
144
|
end_of_record
|
|
@@ -144,80 +153,80 @@ FN:73,(anonymous_5)
|
|
|
144
153
|
FN:139,(anonymous_6)
|
|
145
154
|
FNF:7
|
|
146
155
|
FNH:7
|
|
147
|
-
FNDA:
|
|
148
|
-
FNDA:
|
|
156
|
+
FNDA:6,(anonymous_0)
|
|
157
|
+
FNDA:16,(anonymous_1)
|
|
149
158
|
FNDA:16,(anonymous_2)
|
|
150
|
-
FNDA:
|
|
151
|
-
FNDA:
|
|
152
|
-
FNDA:
|
|
153
|
-
FNDA:
|
|
159
|
+
FNDA:8,(anonymous_3)
|
|
160
|
+
FNDA:11,(anonymous_4)
|
|
161
|
+
FNDA:10,(anonymous_5)
|
|
162
|
+
FNDA:6,(anonymous_6)
|
|
154
163
|
DA:2,1
|
|
155
164
|
DA:4,1
|
|
156
165
|
DA:6,1
|
|
157
166
|
DA:11,1
|
|
158
167
|
DA:13,1
|
|
159
168
|
DA:18,1
|
|
160
|
-
DA:19,
|
|
161
|
-
DA:24,
|
|
162
|
-
DA:25,
|
|
163
|
-
DA:32,
|
|
164
|
-
DA:33,
|
|
165
|
-
DA:36,
|
|
166
|
-
DA:37,
|
|
169
|
+
DA:19,6
|
|
170
|
+
DA:24,6
|
|
171
|
+
DA:25,6
|
|
172
|
+
DA:32,16
|
|
173
|
+
DA:33,1
|
|
174
|
+
DA:36,15
|
|
175
|
+
DA:37,15
|
|
167
176
|
DA:38,16
|
|
168
177
|
DA:43,16
|
|
169
|
-
DA:46,
|
|
170
|
-
DA:57,
|
|
171
|
-
DA:58,
|
|
172
|
-
DA:60,
|
|
173
|
-
DA:77,
|
|
174
|
-
DA:79,
|
|
175
|
-
DA:80,
|
|
176
|
-
DA:86,
|
|
177
|
-
DA:88,
|
|
178
|
+
DA:46,15
|
|
179
|
+
DA:57,8
|
|
180
|
+
DA:58,8
|
|
181
|
+
DA:60,11
|
|
182
|
+
DA:77,10
|
|
183
|
+
DA:79,10
|
|
184
|
+
DA:80,6
|
|
185
|
+
DA:86,10
|
|
186
|
+
DA:88,10
|
|
178
187
|
DA:89,1
|
|
179
|
-
DA:92,
|
|
180
|
-
DA:93,
|
|
181
|
-
DA:96,
|
|
182
|
-
DA:100,
|
|
183
|
-
DA:102,
|
|
184
|
-
DA:108,
|
|
185
|
-
DA:110,
|
|
186
|
-
DA:111,
|
|
187
|
-
DA:112,
|
|
188
|
-
DA:117,
|
|
189
|
-
DA:120,
|
|
190
|
-
DA:122,
|
|
188
|
+
DA:92,9
|
|
189
|
+
DA:93,1
|
|
190
|
+
DA:96,8
|
|
191
|
+
DA:100,8
|
|
192
|
+
DA:102,8
|
|
193
|
+
DA:108,8
|
|
194
|
+
DA:110,8
|
|
195
|
+
DA:111,18
|
|
196
|
+
DA:112,18
|
|
197
|
+
DA:117,17
|
|
198
|
+
DA:120,7
|
|
199
|
+
DA:122,7
|
|
191
200
|
DA:125,4
|
|
192
201
|
DA:129,4
|
|
193
|
-
DA:132,
|
|
194
|
-
DA:133,
|
|
195
|
-
DA:140,
|
|
196
|
-
DA:141,
|
|
197
|
-
DA:142,
|
|
198
|
-
DA:145,
|
|
199
|
-
DA:147,
|
|
200
|
-
DA:148,
|
|
201
|
-
DA:154,
|
|
202
|
+
DA:132,3
|
|
203
|
+
DA:133,3
|
|
204
|
+
DA:140,6
|
|
205
|
+
DA:141,6
|
|
206
|
+
DA:142,6
|
|
207
|
+
DA:145,6
|
|
208
|
+
DA:147,6
|
|
209
|
+
DA:148,10
|
|
210
|
+
DA:154,4
|
|
202
211
|
LF:48
|
|
203
|
-
LH:
|
|
204
|
-
BRDA:32,0,0,
|
|
205
|
-
BRDA:79,1,0,
|
|
212
|
+
LH:48
|
|
213
|
+
BRDA:32,0,0,1
|
|
214
|
+
BRDA:79,1,0,6
|
|
206
215
|
BRDA:88,2,0,1
|
|
207
|
-
BRDA:92,3,0,
|
|
216
|
+
BRDA:92,3,0,1
|
|
208
217
|
BRDA:96,4,0,4
|
|
209
|
-
BRDA:96,4,1,
|
|
210
|
-
BRDA:100,5,0,
|
|
211
|
-
BRDA:100,5,1,
|
|
212
|
-
BRDA:111,6,0,
|
|
218
|
+
BRDA:96,4,1,4
|
|
219
|
+
BRDA:100,5,0,8
|
|
220
|
+
BRDA:100,5,1,5
|
|
221
|
+
BRDA:111,6,0,18
|
|
213
222
|
BRDA:111,6,1,17
|
|
214
223
|
BRDA:122,7,0,4
|
|
215
|
-
BRDA:140,8,0,
|
|
216
|
-
BRDA:140,8,1,
|
|
224
|
+
BRDA:140,8,0,6
|
|
225
|
+
BRDA:140,8,1,5
|
|
217
226
|
BRDA:142,9,0,1
|
|
218
|
-
BRDA:142,9,1,
|
|
227
|
+
BRDA:142,9,1,5
|
|
219
228
|
BRF:15
|
|
220
|
-
BRH:
|
|
229
|
+
BRH:15
|
|
221
230
|
end_of_record
|
|
222
231
|
TN:
|
|
223
232
|
SF:src/util/args.ts
|
|
@@ -226,9 +235,9 @@ FN:28,(anonymous_1)
|
|
|
226
235
|
FN:38,(anonymous_2)
|
|
227
236
|
FNF:3
|
|
228
237
|
FNH:3
|
|
229
|
-
FNDA:
|
|
238
|
+
FNDA:5,(anonymous_0)
|
|
230
239
|
FNDA:3,(anonymous_1)
|
|
231
|
-
FNDA:
|
|
240
|
+
FNDA:5,(anonymous_2)
|
|
232
241
|
DA:1,1
|
|
233
242
|
DA:2,1
|
|
234
243
|
DA:4,1
|
|
@@ -238,24 +247,24 @@ DA:11,1
|
|
|
238
247
|
DA:13,1
|
|
239
248
|
DA:14,1
|
|
240
249
|
DA:16,1
|
|
241
|
-
DA:22,
|
|
250
|
+
DA:22,5
|
|
242
251
|
DA:28,1
|
|
243
252
|
DA:29,3
|
|
244
253
|
DA:31,3
|
|
245
254
|
DA:38,1
|
|
246
|
-
DA:39,
|
|
247
|
-
DA:41,
|
|
255
|
+
DA:39,5
|
|
256
|
+
DA:41,5
|
|
248
257
|
DA:42,1
|
|
249
258
|
DA:43,1
|
|
250
|
-
DA:46,
|
|
251
|
-
DA:47,
|
|
259
|
+
DA:46,4
|
|
260
|
+
DA:47,3
|
|
252
261
|
DA:48,2
|
|
253
|
-
DA:54,
|
|
262
|
+
DA:54,1
|
|
254
263
|
DA:57,1
|
|
255
264
|
LF:23
|
|
256
|
-
LH:
|
|
265
|
+
LH:23
|
|
257
266
|
BRDA:41,0,0,1
|
|
258
|
-
BRDA:46,1,0,
|
|
267
|
+
BRDA:46,1,0,3
|
|
259
268
|
BRDA:47,2,0,2
|
|
260
269
|
BRDA:50,3,0,2
|
|
261
270
|
BRDA:50,3,1,1
|
|
@@ -269,12 +278,12 @@ FN:16,(anonymous_1)
|
|
|
269
278
|
FNF:2
|
|
270
279
|
FNH:2
|
|
271
280
|
FNDA:12,(anonymous_0)
|
|
272
|
-
FNDA:
|
|
281
|
+
FNDA:9,(anonymous_1)
|
|
273
282
|
DA:1,3
|
|
274
283
|
DA:12,3
|
|
275
284
|
DA:13,12
|
|
276
|
-
DA:17,
|
|
277
|
-
DA:18,
|
|
285
|
+
DA:17,9
|
|
286
|
+
DA:18,9
|
|
278
287
|
DA:23,12
|
|
279
288
|
LF:6
|
|
280
289
|
LH:6
|
|
@@ -290,7 +299,7 @@ FNF:3
|
|
|
290
299
|
FNH:3
|
|
291
300
|
FNDA:1,(anonymous_0)
|
|
292
301
|
FNDA:2,(anonymous_1)
|
|
293
|
-
FNDA:
|
|
302
|
+
FNDA:6,(anonymous_2)
|
|
294
303
|
DA:1,2
|
|
295
304
|
DA:2,2
|
|
296
305
|
DA:4,2
|
|
@@ -303,11 +312,11 @@ DA:22,2
|
|
|
303
312
|
DA:23,2
|
|
304
313
|
DA:25,2
|
|
305
314
|
DA:31,2
|
|
306
|
-
DA:32,
|
|
307
|
-
DA:33,
|
|
308
|
-
DA:34,
|
|
309
|
-
DA:35,
|
|
310
|
-
DA:37,
|
|
315
|
+
DA:32,6
|
|
316
|
+
DA:33,6
|
|
317
|
+
DA:34,6
|
|
318
|
+
DA:35,6
|
|
319
|
+
DA:37,6
|
|
311
320
|
LF:17
|
|
312
321
|
LH:17
|
|
313
322
|
BRF:0
|
|
@@ -4,6 +4,9 @@ tags:
|
|
|
4
4
|
kind: web
|
|
5
5
|
complexity: moderate
|
|
6
6
|
category: on-premise
|
|
7
|
+
aggregation:
|
|
8
|
+
fields:
|
|
9
|
+
methods:
|
|
7
10
|
initialize:
|
|
8
11
|
models:
|
|
9
12
|
- name: sci-e
|
|
@@ -57,6 +60,7 @@ graph:
|
|
|
57
60
|
- sci-m
|
|
58
61
|
- sci-o
|
|
59
62
|
- sci
|
|
63
|
+
- aggregate
|
|
60
64
|
config:
|
|
61
65
|
sci-m:
|
|
62
66
|
total-embodied-emissions: 251000 # gCO2eq
|
|
@@ -70,6 +74,9 @@ graph:
|
|
|
70
74
|
functional-unit-duration: 1
|
|
71
75
|
functional-duration-time: ''
|
|
72
76
|
functional-unit: requests # factor to convert per time to per f.unit
|
|
77
|
+
aggregate:
|
|
78
|
+
fields: ['energy', 'carbon']
|
|
79
|
+
method: sum # sum, average
|
|
73
80
|
children:
|
|
74
81
|
switch-1:
|
|
75
82
|
inputs:
|
|
@@ -78,6 +85,41 @@ graph:
|
|
|
78
85
|
energy-network: 0.000811 #kwh
|
|
79
86
|
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
80
87
|
requests: 38032740
|
|
88
|
+
- timestamp: 2023-07-06T00:00
|
|
89
|
+
duration: 1
|
|
90
|
+
energy-network: 0.000811 #kwh
|
|
91
|
+
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
92
|
+
requests: 38032740
|
|
93
|
+
- timestamp: 2023-07-06T00:00
|
|
94
|
+
duration: 1
|
|
95
|
+
energy-network: 0.000811 #kwh
|
|
96
|
+
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
97
|
+
requests: 38032740
|
|
98
|
+
outputs:
|
|
99
|
+
- timestamp: 2023-07-06T00:00
|
|
100
|
+
duration: 1
|
|
101
|
+
energy-network: 0.000811 #kwh
|
|
102
|
+
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
103
|
+
requests: 38032740
|
|
104
|
+
energy: 10
|
|
105
|
+
carbon: 10
|
|
106
|
+
aggregated-energy: 38
|
|
107
|
+
- timestamp: 2023-07-06T00:00
|
|
108
|
+
duration: 1
|
|
109
|
+
energy-network: 0.000811 #kwh
|
|
110
|
+
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
111
|
+
requests: 38032740
|
|
112
|
+
energy: 12
|
|
113
|
+
carbon: 12
|
|
114
|
+
aggregated-energy: 38
|
|
115
|
+
- timestamp: 2023-07-06T00:00
|
|
116
|
+
duration: 1
|
|
117
|
+
energy-network: 0.000811 #kwh
|
|
118
|
+
grid-carbon-intensity: 457 # gCO2e/kWh
|
|
119
|
+
requests: 38032740
|
|
120
|
+
energy: 16
|
|
121
|
+
carbon: 16
|
|
122
|
+
aggregated-energy: 38
|
|
81
123
|
switch-2:
|
|
82
124
|
inputs:
|
|
83
125
|
- timestamp: 2023-07-06T00:00
|