@grnsft/if 0.5.0-beta.0 → 0.5.0
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/build/check.js +14 -4
- package/build/config/strings.d.ts +4 -0
- package/build/config/strings.js +7 -3
- package/build/util/debug-logger.js +8 -7
- package/build/util/helpers.d.ts +1 -1
- package/build/util/helpers.js +3 -2
- package/manifests/examples/builtins/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +27 -0
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/failure-missing-column.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/failure-missing-output.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/success-renaming.yml +1 -2
- package/manifests/{plugins → examples/builtins}/csv-lookup/region-metadata/success.yml +1 -2
- package/manifests/{plugins → examples/builtins}/exponent/success.yml +1 -2
- package/manifests/{plugins → examples/builtins}/groupby/success.yml +1 -1
- package/manifests/{plugins → examples/builtins}/interpolation/success.yml +0 -1
- package/manifests/{plugins → examples/builtins}/subtract/success.yml +1 -2
- package/manifests/examples/{generics.yml → pipelines/generics.yml} +1 -0
- package/manifests/examples/{instance-metadata.yml → pipelines/instance-metadata.yml} +4 -4
- package/manifests/examples/{pipeline-with-aggregate.yml → pipelines/pipeline-with-aggregate.yml} +1 -1
- package/manifests/outputs/bugs/aggregation-error-wrong-metric.yaml +243 -0
- package/manifests/outputs/bugs/initialize-error-no-config.yaml +78 -0
- package/manifests/outputs/bugs/initialize-error-no-path.yaml +91 -0
- package/manifests/outputs/bugs/initialize-error-no-plugins.yaml +74 -0
- package/manifests/outputs/bugs/input-error-missing-duration.yaml +84 -0
- package/manifests/outputs/bugs/mock-observations-failure-duration-is-zero.yaml +81 -0
- package/manifests/outputs/bugs/pipeline-error-naming-mismatch.yaml +91 -0
- package/manifests/outputs/bugs/pipeline-error-uninitialized-plugin.yaml +92 -0
- package/manifests/outputs/bugs/pipeline-ordering-error.yaml +155 -0
- package/manifests/outputs/bugs/sci-embodied-missing-resources-total.yaml +73 -0
- package/manifests/outputs/divide.yaml +93 -0
- package/manifests/outputs/features/aggregate-failure-invalid-metrics.yaml +101 -0
- package/manifests/outputs/features/aggregate-failure-missing-metric-in-inputs.yaml +100 -0
- package/manifests/outputs/features/aggregate-horizontal.yaml +128 -0
- package/manifests/outputs/features/aggregate-vertical.yaml +151 -0
- package/manifests/outputs/features/aggregate.yaml +155 -0
- package/manifests/outputs/pipelines/cloud-metadata-divide.yaml +95 -0
- package/manifests/outputs/pipelines/mock-obs-group-by-cloud-meta.yaml +645 -0
- package/manifests/outputs/pipelines/mock-obs-groupby.yaml +178 -0
- package/manifests/outputs/pipelines/mock-obs-time-sync.yaml +350 -0
- package/manifests/outputs/plugins/coefficient/failure-invalid-config-input-param.yaml +73 -0
- package/manifests/outputs/plugins/coefficient/failure-output-param-is-null.yaml +73 -0
- package/manifests/outputs/plugins/coefficient/success.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +27 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yaml +77 -0
- package/manifests/outputs/plugins/csv-lookup/cloud-metadata/success.yaml +82 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/failure-missing-column.yaml +76 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/failure-missing-output.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/success-renaming.yaml +80 -0
- package/manifests/outputs/plugins/csv-lookup/region-metadata/success.yaml +92 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/failure-missing-input-param.yaml +74 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yaml +75 -0
- package/manifests/outputs/plugins/csv-lookup/tdp-finder/success.yaml +76 -0
- package/manifests/outputs/plugins/divide/failure-invalid-config-denominator.yaml +73 -0
- package/manifests/outputs/plugins/divide/failure-missing-numerator.yaml +77 -0
- package/manifests/outputs/plugins/divide/success-denominator-equal-zero.yaml +95 -0
- package/manifests/outputs/plugins/divide/success.yaml +95 -0
- package/manifests/outputs/plugins/exponent/success.yaml +77 -0
- package/manifests/outputs/plugins/groupby/failure-invalid-config-group.yaml +96 -0
- package/manifests/outputs/plugins/groupby/failure-missing-cloud-instance-type.yaml +95 -0
- package/manifests/outputs/plugins/groupby/success.yaml +101 -0
- package/manifests/outputs/plugins/interpolation/interpolation.yaml +83 -0
- package/manifests/outputs/plugins/interpolation/success.yaml +83 -0
- package/manifests/outputs/plugins/mock-observations/failure-invalid-config-cpu-range.yaml +86 -0
- package/manifests/outputs/plugins/mock-observations/failure-invalid-memory-utilization-range.yaml +84 -0
- package/manifests/outputs/plugins/mock-observations/failure-missing-timestamp-from-param.yaml +83 -0
- package/manifests/outputs/plugins/mock-observations/success.yaml +220 -0
- package/manifests/outputs/plugins/multiply/failure-input-parameter-is-missing.yaml +75 -0
- package/manifests/outputs/plugins/multiply/success-with-multiple-inputs.yaml +96 -0
- package/manifests/outputs/plugins/multiply/success.yaml +78 -0
- package/manifests/outputs/plugins/regex/failure-missing-input-param.yaml +75 -0
- package/manifests/outputs/plugins/regex/failure-not-matching-with-regex.yaml +76 -0
- package/manifests/outputs/plugins/regex/success.yaml +81 -0
- package/manifests/outputs/plugins/sci/failure-invalid-config-value.yaml +72 -0
- package/manifests/outputs/plugins/sci/failure-missing-input-param.yaml +72 -0
- package/manifests/outputs/plugins/sci/success.yml.yaml +80 -0
- package/manifests/outputs/plugins/sci-embodied/failure-invalid-default-emission-value.yaml +75 -0
- package/manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan.yaml +71 -0
- package/manifests/outputs/plugins/sci-embodied/success.yaml +78 -0
- package/manifests/outputs/plugins/shell/failure-invalid-command.yaml +70 -0
- package/manifests/outputs/plugins/shell/success.yaml +68 -0
- package/manifests/outputs/plugins/subtract/success.yaml +78 -0
- package/manifests/outputs/plugins/sum/failure-missing-input-param.yaml +75 -0
- package/manifests/outputs/plugins/sum/failure-missing-output-param.yaml +78 -0
- package/manifests/outputs/plugins/sum/success.yaml +78 -0
- package/manifests/outputs/plugins/time-sync/failure-config-start-later-end.yaml +82 -0
- package/manifests/outputs/plugins/time-sync/failure-missing-global-config.yaml +78 -0
- package/manifests/outputs/plugins/time-sync/success.yaml +119 -0
- package/package.json +1 -1
- package/manifests/bugs/aggregation-error-wrong-metric.yml +0 -178
- package/manifests/bugs/azure-importer-ignoring-defaults.yml +0 -64
- package/manifests/bugs/azure-importer-incorrect-calculation.yml +0 -59
- package/manifests/bugs/initialize-error-no-config.yml +0 -26
- package/manifests/bugs/initialize-error-no-path.yml +0 -32
- package/manifests/bugs/initialize-error-no-plugins.yml +0 -23
- package/manifests/bugs/input-error-missing-duration.yml +0 -25
- package/manifests/bugs/mock-observations-failure-duration-is-zero.yml +0 -34
- package/manifests/bugs/pipeline-error-naming-mismatch.yml +0 -32
- package/manifests/bugs/pipeline-error-uninitialized-plugin.yml +0 -33
- package/manifests/bugs/pipeline-ordering-error.yml +0 -91
- package/manifests/bugs/sci-embodied-missing-resources-total.yml +0 -23
- package/manifests/examples/copy.yaml +0 -20
- package/manifests/examples/mock-cpu-util-to-carbon.yml +0 -76
- package/manifests/examples/region-metadata.yml +0 -26
- package/manifests/examples/tdp-finder.yml +0 -23
- package/manifests/features/aggregate-failure-invalid-metrics.yml +0 -49
- package/manifests/features/aggregate-failure-missing-metric-in-inputs.yml +0 -49
- package/manifests/features/aggregate-horizontal.yml +0 -50
- package/manifests/features/aggregate-vertical.yml +0 -50
- package/manifests/features/aggregate.yml +0 -50
- package/manifests/integrations/cloud-metadata-divide.yml +0 -37
- package/manifests/integrations/instance-metadata/failure-invalid-instance-type.yaml +0 -33
- package/manifests/integrations/instance-metadata/failure-invalid-provider.yaml +0 -33
- package/manifests/integrations/instance-metadata/failure-missing-queried-input.yml +0 -33
- package/manifests/integrations/instance-metadata/success.yml +0 -33
- package/manifests/integrations/mock-obs-group-by-cloud-meta.yml +0 -57
- package/manifests/integrations/mock-obs-groupby.yml +0 -39
- package/manifests/integrations/mock-obs-time-sync.yml +0 -110
- /package/manifests/{plugins → examples/builtins}/coefficient/failure-invalid-config-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/coefficient/failure-output-param-is-null.yaml +0 -0
- /package/manifests/{plugins → examples/builtins}/coefficient/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/failure-invalid-instance-type.yaml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/failure-missing-cloud-vendor.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/cloud-metadata/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/failure-unsupported-physical-processor.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/csv-lookup/tdp-finder/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-denominator-equal-zero.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-invalid-config-denominator.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/failure-missing-numerator.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/divide/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/groupby/failure-invalid-config-group.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/groupby/failure-missing-cloud-instance-type.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/interpolation/interpolation.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-invalid-config-cpu-range.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-invalid-memory-utilization-range.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/failure-missing-timestamp-from-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/mock-observations/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/failure-input-parameter-is-missing.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/success-with-multiple-inputs.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/multiply/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/failure-not-matching-with-regex.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/regex/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/failure-invalid-config-value.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/failure-invalid-default-emission-value.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/failure-missing-expected-lifespan.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sci-embodied/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/shell/failure-invalid-command.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/shell/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/failure-missing-input-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/failure-missing-output-param.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/sum/success.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/failure-config-start-later-end.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/failure-missing-global-config.yml +0 -0
- /package/manifests/{plugins → examples/builtins}/time-sync/success.yml +0 -0
- /package/manifests/examples/{nesting.yml → pipelines/nesting.yml} +0 -0
- /package/manifests/examples/{pipeline-teads-sci.yml → pipelines/pipeline-teads-sci.yml} +0 -0
- /package/manifests/examples/{pipeline-with-mocks.yml → pipelines/pipeline-with-mocks.yml} +0 -0
- /package/manifests/examples/{sci.yml → pipelines/sci.yml} +0 -0
- /package/manifests/examples/{teads-curve.yml → pipelines/teads-curve.yml} +0 -0
- /package/manifests/examples/{zeros.yaml → pipelines/zeros.yml} +0 -0
- /package/manifests/{plugins → outputs/plugins}/csv-lookup/cloud-metadata/failure-invalid-vendor.yaml +0 -0
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: sci
|
|
2
|
+
description: failure with `config.sci.functional-unit` value being number
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
outputs:
|
|
6
|
+
- yaml
|
|
7
|
+
plugins:
|
|
8
|
+
sci:
|
|
9
|
+
kind: plugin
|
|
10
|
+
method: Sci
|
|
11
|
+
path: builtin
|
|
12
|
+
execution:
|
|
13
|
+
status: fail
|
|
14
|
+
command: >-
|
|
15
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
16
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
17
|
+
manifests/outputs/plugins/sci/failure-invalid-config-value.yml -o
|
|
18
|
+
manifests/outputs/plugins/sci/failure-invalid-config-value
|
|
19
|
+
environment:
|
|
20
|
+
if-version: 0.4.0
|
|
21
|
+
os: macOS
|
|
22
|
+
os-version: '13.2'
|
|
23
|
+
node-version: 18.14.2
|
|
24
|
+
date-time: 2024-07-02T20:38:15.858Z (UTC)
|
|
25
|
+
dependencies:
|
|
26
|
+
- '@babel/core@7.22.10'
|
|
27
|
+
- '@babel/preset-typescript@7.23.3'
|
|
28
|
+
- '@commitlint/cli@18.6.0'
|
|
29
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
30
|
+
- '@grnsft/if-core@0.0.10'
|
|
31
|
+
|
|
32
|
+
- '@jest/globals@29.7.0'
|
|
33
|
+
- '@types/jest@29.5.8'
|
|
34
|
+
- '@types/js-yaml@4.0.9'
|
|
35
|
+
- '@types/luxon@3.4.2'
|
|
36
|
+
- '@types/node@20.9.0'
|
|
37
|
+
- axios-mock-adapter@1.22.0
|
|
38
|
+
- axios@1.7.2
|
|
39
|
+
- cross-env@7.0.3
|
|
40
|
+
- csv-parse@5.5.6
|
|
41
|
+
- csv-stringify@6.4.6
|
|
42
|
+
- fixpack@4.0.0
|
|
43
|
+
- gts@5.2.0
|
|
44
|
+
- husky@8.0.3
|
|
45
|
+
- jest@29.7.0
|
|
46
|
+
- js-yaml@4.1.0
|
|
47
|
+
- lint-staged@15.2.2
|
|
48
|
+
- luxon@3.4.4
|
|
49
|
+
- release-it@16.3.0
|
|
50
|
+
- rimraf@5.0.5
|
|
51
|
+
- ts-command-line-args@2.5.1
|
|
52
|
+
- ts-jest@29.1.1
|
|
53
|
+
- typescript-cubic-spline@1.0.1
|
|
54
|
+
- typescript@5.2.2
|
|
55
|
+
- winston@3.11.0
|
|
56
|
+
- zod@3.22.4
|
|
57
|
+
error: 'InputValidationError: Required'
|
|
58
|
+
tree:
|
|
59
|
+
children:
|
|
60
|
+
child:
|
|
61
|
+
pipeline:
|
|
62
|
+
- sci
|
|
63
|
+
config:
|
|
64
|
+
sci:
|
|
65
|
+
functional-unit: 999
|
|
66
|
+
inputs:
|
|
67
|
+
- timestamp: 2023-07-06T00:00
|
|
68
|
+
duration: 3600
|
|
69
|
+
energy: 5
|
|
70
|
+
carbon-operational: 5
|
|
71
|
+
carbon-embodied: 0.02
|
|
72
|
+
requests: 100
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
name: sci
|
|
2
|
+
description: missing input value (carbon-embodied)
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
outputs:
|
|
6
|
+
- yaml
|
|
7
|
+
plugins:
|
|
8
|
+
sci:
|
|
9
|
+
kind: plugin
|
|
10
|
+
method: Sci
|
|
11
|
+
path: builtin
|
|
12
|
+
global-config:
|
|
13
|
+
functional-unit: requests
|
|
14
|
+
execution:
|
|
15
|
+
status: fail
|
|
16
|
+
command: >-
|
|
17
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
18
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
19
|
+
manifests/outputs/plugins/sci/failure-missing-input-param.yml -o
|
|
20
|
+
manifests/outputs/plugins/sci/failure-missing-input-param
|
|
21
|
+
environment:
|
|
22
|
+
if-version: 0.4.0
|
|
23
|
+
os: macOS
|
|
24
|
+
os-version: '13.2'
|
|
25
|
+
node-version: 18.14.2
|
|
26
|
+
date-time: 2024-07-02T20:36:10.588Z (UTC)
|
|
27
|
+
dependencies:
|
|
28
|
+
- '@babel/core@7.22.10'
|
|
29
|
+
- '@babel/preset-typescript@7.23.3'
|
|
30
|
+
- '@commitlint/cli@18.6.0'
|
|
31
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
32
|
+
- '@grnsft/if-core@0.0.10'
|
|
33
|
+
|
|
34
|
+
- '@jest/globals@29.7.0'
|
|
35
|
+
- '@types/jest@29.5.8'
|
|
36
|
+
- '@types/js-yaml@4.0.9'
|
|
37
|
+
- '@types/luxon@3.4.2'
|
|
38
|
+
- '@types/node@20.9.0'
|
|
39
|
+
- axios-mock-adapter@1.22.0
|
|
40
|
+
- axios@1.7.2
|
|
41
|
+
- cross-env@7.0.3
|
|
42
|
+
- csv-parse@5.5.6
|
|
43
|
+
- csv-stringify@6.4.6
|
|
44
|
+
- fixpack@4.0.0
|
|
45
|
+
- gts@5.2.0
|
|
46
|
+
- husky@8.0.3
|
|
47
|
+
- jest@29.7.0
|
|
48
|
+
- js-yaml@4.1.0
|
|
49
|
+
- lint-staged@15.2.2
|
|
50
|
+
- luxon@3.4.4
|
|
51
|
+
- release-it@16.3.0
|
|
52
|
+
- rimraf@5.0.5
|
|
53
|
+
- ts-command-line-args@2.5.1
|
|
54
|
+
- ts-jest@29.1.1
|
|
55
|
+
- typescript-cubic-spline@1.0.1
|
|
56
|
+
- typescript@5.2.2
|
|
57
|
+
- winston@3.11.0
|
|
58
|
+
- zod@3.22.4
|
|
59
|
+
error: >-
|
|
60
|
+
InputValidationError: "carbon" parameter is required. Error code:
|
|
61
|
+
invalid_type.
|
|
62
|
+
tree:
|
|
63
|
+
children:
|
|
64
|
+
child:
|
|
65
|
+
pipeline:
|
|
66
|
+
- sci
|
|
67
|
+
inputs:
|
|
68
|
+
- timestamp: 2023-07-06T00:00
|
|
69
|
+
duration: 3600
|
|
70
|
+
energy: 5
|
|
71
|
+
carbon-operational: 5
|
|
72
|
+
requests: 100
|
|
@@ -0,0 +1,80 @@
|
|
|
1
|
+
name: sci
|
|
2
|
+
description: successful path
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
plugins:
|
|
6
|
+
sci:
|
|
7
|
+
path: builtin
|
|
8
|
+
method: Sci
|
|
9
|
+
global-config:
|
|
10
|
+
functional-unit: requests
|
|
11
|
+
outputs:
|
|
12
|
+
- yaml
|
|
13
|
+
execution:
|
|
14
|
+
command: >-
|
|
15
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
16
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
17
|
+
manifests/outputs/plugins/sci/success.yml -o
|
|
18
|
+
manifests/outputs/plugins/sci/success.yml
|
|
19
|
+
environment:
|
|
20
|
+
if-version: 0.4.0
|
|
21
|
+
os: macOS
|
|
22
|
+
os-version: '13.2'
|
|
23
|
+
node-version: 18.14.2
|
|
24
|
+
date-time: 2024-07-02T20:35:12.024Z (UTC)
|
|
25
|
+
dependencies:
|
|
26
|
+
- '@babel/core@7.22.10'
|
|
27
|
+
- '@babel/preset-typescript@7.23.3'
|
|
28
|
+
- '@commitlint/cli@18.6.0'
|
|
29
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
30
|
+
- '@grnsft/if-core@0.0.10'
|
|
31
|
+
|
|
32
|
+
- '@jest/globals@29.7.0'
|
|
33
|
+
- '@types/jest@29.5.8'
|
|
34
|
+
- '@types/js-yaml@4.0.9'
|
|
35
|
+
- '@types/luxon@3.4.2'
|
|
36
|
+
- '@types/node@20.9.0'
|
|
37
|
+
- axios-mock-adapter@1.22.0
|
|
38
|
+
- axios@1.7.2
|
|
39
|
+
- cross-env@7.0.3
|
|
40
|
+
- csv-parse@5.5.6
|
|
41
|
+
- csv-stringify@6.4.6
|
|
42
|
+
- fixpack@4.0.0
|
|
43
|
+
- gts@5.2.0
|
|
44
|
+
- husky@8.0.3
|
|
45
|
+
- jest@29.7.0
|
|
46
|
+
- js-yaml@4.1.0
|
|
47
|
+
- lint-staged@15.2.2
|
|
48
|
+
- luxon@3.4.4
|
|
49
|
+
- release-it@16.3.0
|
|
50
|
+
- rimraf@5.0.5
|
|
51
|
+
- ts-command-line-args@2.5.1
|
|
52
|
+
- ts-jest@29.1.1
|
|
53
|
+
- typescript-cubic-spline@1.0.1
|
|
54
|
+
- typescript@5.2.2
|
|
55
|
+
- winston@3.11.0
|
|
56
|
+
- zod@3.22.4
|
|
57
|
+
status: success
|
|
58
|
+
tree:
|
|
59
|
+
children:
|
|
60
|
+
child:
|
|
61
|
+
pipeline:
|
|
62
|
+
- sci
|
|
63
|
+
config: null
|
|
64
|
+
inputs:
|
|
65
|
+
- timestamp: 2023-07-06T00:00
|
|
66
|
+
duration: 3600
|
|
67
|
+
energy: 5
|
|
68
|
+
carbon-operational: 5
|
|
69
|
+
carbon-embodied: 0.02
|
|
70
|
+
carbon: 5.02
|
|
71
|
+
requests: 100
|
|
72
|
+
outputs:
|
|
73
|
+
- timestamp: 2023-07-06T00:00
|
|
74
|
+
duration: 3600
|
|
75
|
+
energy: 5
|
|
76
|
+
carbon-operational: 5
|
|
77
|
+
carbon-embodied: 0.02
|
|
78
|
+
carbon: 5.02
|
|
79
|
+
requests: 100
|
|
80
|
+
sci: 0.050199999999999995
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
name: sci-embodied
|
|
2
|
+
description: >-
|
|
3
|
+
failure with `defaults.device/emissions-embodied` being string instead of
|
|
4
|
+
number
|
|
5
|
+
tags: null
|
|
6
|
+
initialize:
|
|
7
|
+
outputs:
|
|
8
|
+
- yaml
|
|
9
|
+
plugins:
|
|
10
|
+
sci-embodied:
|
|
11
|
+
method: SciEmbodied
|
|
12
|
+
path: builtin
|
|
13
|
+
execution:
|
|
14
|
+
status: fail
|
|
15
|
+
command: >-
|
|
16
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
17
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
18
|
+
manifests/outputs/plugins/sci-embodied/failure-invalid-default-emission-value.yml
|
|
19
|
+
-o
|
|
20
|
+
manifests/outputs/plugins/sci-embodied/failure-invalid-default-emission-value
|
|
21
|
+
environment:
|
|
22
|
+
if-version: 0.4.0
|
|
23
|
+
os: macOS
|
|
24
|
+
os-version: '13.2'
|
|
25
|
+
node-version: 18.14.2
|
|
26
|
+
date-time: 2024-07-02T20:49:08.280Z (UTC)
|
|
27
|
+
dependencies:
|
|
28
|
+
- '@babel/core@7.22.10'
|
|
29
|
+
- '@babel/preset-typescript@7.23.3'
|
|
30
|
+
- '@commitlint/cli@18.6.0'
|
|
31
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
32
|
+
- '@grnsft/if-core@0.0.10'
|
|
33
|
+
|
|
34
|
+
- '@jest/globals@29.7.0'
|
|
35
|
+
- '@types/jest@29.5.8'
|
|
36
|
+
- '@types/js-yaml@4.0.9'
|
|
37
|
+
- '@types/luxon@3.4.2'
|
|
38
|
+
- '@types/node@20.9.0'
|
|
39
|
+
- axios-mock-adapter@1.22.0
|
|
40
|
+
- axios@1.7.2
|
|
41
|
+
- cross-env@7.0.3
|
|
42
|
+
- csv-parse@5.5.6
|
|
43
|
+
- csv-stringify@6.4.6
|
|
44
|
+
- fixpack@4.0.0
|
|
45
|
+
- gts@5.2.0
|
|
46
|
+
- husky@8.0.3
|
|
47
|
+
- jest@29.7.0
|
|
48
|
+
- js-yaml@4.1.0
|
|
49
|
+
- lint-staged@15.2.2
|
|
50
|
+
- luxon@3.4.4
|
|
51
|
+
- release-it@16.3.0
|
|
52
|
+
- rimraf@5.0.5
|
|
53
|
+
- ts-command-line-args@2.5.1
|
|
54
|
+
- ts-jest@29.1.1
|
|
55
|
+
- typescript-cubic-spline@1.0.1
|
|
56
|
+
- typescript@5.2.2
|
|
57
|
+
- winston@3.11.0
|
|
58
|
+
- zod@3.22.4
|
|
59
|
+
error: >-
|
|
60
|
+
InputValidationError: "device/emissions-embodied" parameter is invalid
|
|
61
|
+
number. please provide it as `gco2e` to input. Error code: invalid_union.
|
|
62
|
+
tree:
|
|
63
|
+
children:
|
|
64
|
+
child:
|
|
65
|
+
pipeline:
|
|
66
|
+
- sci-embodied
|
|
67
|
+
defaults:
|
|
68
|
+
device/emissions-embodied: fail
|
|
69
|
+
time-reserved: 3600
|
|
70
|
+
device/expected-lifespan: 94608000
|
|
71
|
+
resources-reserved: 1
|
|
72
|
+
resources-total: 8
|
|
73
|
+
inputs:
|
|
74
|
+
- timestamp: 2023-07-06T00:00
|
|
75
|
+
duration: 3600
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
name: sci-embodied
|
|
2
|
+
description: missing device/expected-lifespan
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
outputs:
|
|
6
|
+
- yaml
|
|
7
|
+
plugins:
|
|
8
|
+
sci-embodied:
|
|
9
|
+
method: SciEmbodied
|
|
10
|
+
path: builtin
|
|
11
|
+
execution:
|
|
12
|
+
status: fail
|
|
13
|
+
command: >-
|
|
14
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
15
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
16
|
+
manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan.yml
|
|
17
|
+
-o manifests/outputs/plugins/sci-embodied/failure-missing-expected-lifespan
|
|
18
|
+
environment:
|
|
19
|
+
if-version: 0.4.0
|
|
20
|
+
os: macOS
|
|
21
|
+
os-version: '13.2'
|
|
22
|
+
node-version: 18.14.2
|
|
23
|
+
date-time: 2024-07-02T20:42:51.951Z (UTC)
|
|
24
|
+
dependencies:
|
|
25
|
+
- '@babel/core@7.22.10'
|
|
26
|
+
- '@babel/preset-typescript@7.23.3'
|
|
27
|
+
- '@commitlint/cli@18.6.0'
|
|
28
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
29
|
+
- '@grnsft/if-core@0.0.10'
|
|
30
|
+
|
|
31
|
+
- '@jest/globals@29.7.0'
|
|
32
|
+
- '@types/jest@29.5.8'
|
|
33
|
+
- '@types/js-yaml@4.0.9'
|
|
34
|
+
- '@types/luxon@3.4.2'
|
|
35
|
+
- '@types/node@20.9.0'
|
|
36
|
+
- axios-mock-adapter@1.22.0
|
|
37
|
+
- axios@1.7.2
|
|
38
|
+
- cross-env@7.0.3
|
|
39
|
+
- csv-parse@5.5.6
|
|
40
|
+
- csv-stringify@6.4.6
|
|
41
|
+
- fixpack@4.0.0
|
|
42
|
+
- gts@5.2.0
|
|
43
|
+
- husky@8.0.3
|
|
44
|
+
- jest@29.7.0
|
|
45
|
+
- js-yaml@4.1.0
|
|
46
|
+
- lint-staged@15.2.2
|
|
47
|
+
- luxon@3.4.4
|
|
48
|
+
- release-it@16.3.0
|
|
49
|
+
- rimraf@5.0.5
|
|
50
|
+
- ts-command-line-args@2.5.1
|
|
51
|
+
- ts-jest@29.1.1
|
|
52
|
+
- typescript-cubic-spline@1.0.1
|
|
53
|
+
- typescript@5.2.2
|
|
54
|
+
- winston@3.11.0
|
|
55
|
+
- zod@3.22.4
|
|
56
|
+
error: >-
|
|
57
|
+
InputValidationError: "device/expected-lifespan" parameter is required.
|
|
58
|
+
Error code: invalid_union.
|
|
59
|
+
tree:
|
|
60
|
+
children:
|
|
61
|
+
child:
|
|
62
|
+
pipeline:
|
|
63
|
+
- sci-embodied
|
|
64
|
+
defaults:
|
|
65
|
+
device/emissions-embodied: 1533.12
|
|
66
|
+
time-reserved: 3600
|
|
67
|
+
resources-reserved: 1
|
|
68
|
+
resources-total: 8
|
|
69
|
+
inputs:
|
|
70
|
+
- timestamp: 2023-07-06T00:00
|
|
71
|
+
duration: 3600
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
name: sci-embodied
|
|
2
|
+
description: successful path
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
plugins:
|
|
6
|
+
sci-embodied:
|
|
7
|
+
path: builtin
|
|
8
|
+
method: SciEmbodied
|
|
9
|
+
outputs:
|
|
10
|
+
- yaml
|
|
11
|
+
execution:
|
|
12
|
+
command: >-
|
|
13
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
14
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
15
|
+
manifests/outputs/plugins/sci-embodied/success.yml -o
|
|
16
|
+
manifests/outputs/plugins/sci-embodied/success
|
|
17
|
+
environment:
|
|
18
|
+
if-version: 0.4.0
|
|
19
|
+
os: macOS
|
|
20
|
+
os-version: '13.2'
|
|
21
|
+
node-version: 18.14.2
|
|
22
|
+
date-time: 2024-07-02T20:42:03.186Z (UTC)
|
|
23
|
+
dependencies:
|
|
24
|
+
- '@babel/core@7.22.10'
|
|
25
|
+
- '@babel/preset-typescript@7.23.3'
|
|
26
|
+
- '@commitlint/cli@18.6.0'
|
|
27
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
28
|
+
- '@grnsft/if-core@0.0.10'
|
|
29
|
+
|
|
30
|
+
- '@jest/globals@29.7.0'
|
|
31
|
+
- '@types/jest@29.5.8'
|
|
32
|
+
- '@types/js-yaml@4.0.9'
|
|
33
|
+
- '@types/luxon@3.4.2'
|
|
34
|
+
- '@types/node@20.9.0'
|
|
35
|
+
- axios-mock-adapter@1.22.0
|
|
36
|
+
- axios@1.7.2
|
|
37
|
+
- cross-env@7.0.3
|
|
38
|
+
- csv-parse@5.5.6
|
|
39
|
+
- csv-stringify@6.4.6
|
|
40
|
+
- fixpack@4.0.0
|
|
41
|
+
- gts@5.2.0
|
|
42
|
+
- husky@8.0.3
|
|
43
|
+
- jest@29.7.0
|
|
44
|
+
- js-yaml@4.1.0
|
|
45
|
+
- lint-staged@15.2.2
|
|
46
|
+
- luxon@3.4.4
|
|
47
|
+
- release-it@16.3.0
|
|
48
|
+
- rimraf@5.0.5
|
|
49
|
+
- ts-command-line-args@2.5.1
|
|
50
|
+
- ts-jest@29.1.1
|
|
51
|
+
- typescript-cubic-spline@1.0.1
|
|
52
|
+
- typescript@5.2.2
|
|
53
|
+
- winston@3.11.0
|
|
54
|
+
- zod@3.22.4
|
|
55
|
+
status: success
|
|
56
|
+
tree:
|
|
57
|
+
children:
|
|
58
|
+
child:
|
|
59
|
+
pipeline:
|
|
60
|
+
- sci-embodied
|
|
61
|
+
defaults:
|
|
62
|
+
device/emissions-embodied: 1533.12
|
|
63
|
+
time-reserved: 3600
|
|
64
|
+
device/expected-lifespan: 94608000
|
|
65
|
+
resources-reserved: 1
|
|
66
|
+
resources-total: 8
|
|
67
|
+
inputs:
|
|
68
|
+
- timestamp: 2023-07-06T00:00
|
|
69
|
+
duration: 3600
|
|
70
|
+
outputs:
|
|
71
|
+
- timestamp: 2023-07-06T00:00
|
|
72
|
+
duration: 3600
|
|
73
|
+
device/emissions-embodied: 1533.12
|
|
74
|
+
time-reserved: 3600
|
|
75
|
+
device/expected-lifespan: 94608000
|
|
76
|
+
resources-reserved: 1
|
|
77
|
+
resources-total: 8
|
|
78
|
+
carbon-embodied: 0.007292237442922374
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
name: shell
|
|
2
|
+
description: falure with `global-config.command` being number instead od string
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
outputs:
|
|
6
|
+
- yaml
|
|
7
|
+
plugins:
|
|
8
|
+
shell:
|
|
9
|
+
method: Shell
|
|
10
|
+
path: builtin
|
|
11
|
+
global-config:
|
|
12
|
+
command: 1000
|
|
13
|
+
execution:
|
|
14
|
+
status: fail
|
|
15
|
+
command: >-
|
|
16
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
17
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
18
|
+
manifests/outputs/plugins/shell/failure-invalid-command.yml -o
|
|
19
|
+
manifests/outputs/plugins/shell/failure-invalid-command
|
|
20
|
+
environment:
|
|
21
|
+
if-version: 0.4.0
|
|
22
|
+
os: macOS
|
|
23
|
+
os-version: '13.2'
|
|
24
|
+
node-version: 18.14.2
|
|
25
|
+
date-time: 2024-07-02T20:51:36.186Z (UTC)
|
|
26
|
+
dependencies:
|
|
27
|
+
- '@babel/core@7.22.10'
|
|
28
|
+
- '@babel/preset-typescript@7.23.3'
|
|
29
|
+
- '@commitlint/cli@18.6.0'
|
|
30
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
31
|
+
- '@grnsft/if-core@0.0.10'
|
|
32
|
+
|
|
33
|
+
- '@jest/globals@29.7.0'
|
|
34
|
+
- '@types/jest@29.5.8'
|
|
35
|
+
- '@types/js-yaml@4.0.9'
|
|
36
|
+
- '@types/luxon@3.4.2'
|
|
37
|
+
- '@types/node@20.9.0'
|
|
38
|
+
- axios-mock-adapter@1.22.0
|
|
39
|
+
- axios@1.7.2
|
|
40
|
+
- cross-env@7.0.3
|
|
41
|
+
- csv-parse@5.5.6
|
|
42
|
+
- csv-stringify@6.4.6
|
|
43
|
+
- fixpack@4.0.0
|
|
44
|
+
- gts@5.2.0
|
|
45
|
+
- husky@8.0.3
|
|
46
|
+
- jest@29.7.0
|
|
47
|
+
- js-yaml@4.1.0
|
|
48
|
+
- lint-staged@15.2.2
|
|
49
|
+
- luxon@3.4.4
|
|
50
|
+
- release-it@16.3.0
|
|
51
|
+
- rimraf@5.0.5
|
|
52
|
+
- ts-command-line-args@2.5.1
|
|
53
|
+
- ts-jest@29.1.1
|
|
54
|
+
- typescript-cubic-spline@1.0.1
|
|
55
|
+
- typescript@5.2.2
|
|
56
|
+
- winston@3.11.0
|
|
57
|
+
- zod@3.22.4
|
|
58
|
+
error: >-
|
|
59
|
+
InputValidationError: "command" parameter is expected string, received
|
|
60
|
+
number. Error code: invalid_type.
|
|
61
|
+
tree:
|
|
62
|
+
children:
|
|
63
|
+
child:
|
|
64
|
+
pipeline:
|
|
65
|
+
- shell
|
|
66
|
+
inputs:
|
|
67
|
+
- timestamp: '2023-11-02T10:35:31.820Z'
|
|
68
|
+
duration: 3600
|
|
69
|
+
cpu/energy: 0.002
|
|
70
|
+
memory/energy: 0.000005
|
|
@@ -0,0 +1,68 @@
|
|
|
1
|
+
name: shell
|
|
2
|
+
description: successful path
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
plugins:
|
|
6
|
+
shell:
|
|
7
|
+
path: builtin
|
|
8
|
+
method: Shell
|
|
9
|
+
global-config:
|
|
10
|
+
command: python3 /usr/local/bin/sampler
|
|
11
|
+
outputs:
|
|
12
|
+
- yaml
|
|
13
|
+
execution:
|
|
14
|
+
command: >-
|
|
15
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
16
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
17
|
+
manifests/outputs/plugins/shell/success.yml -o
|
|
18
|
+
manifests/outputs/plugins/shell/success
|
|
19
|
+
environment:
|
|
20
|
+
if-version: 0.4.0
|
|
21
|
+
os: macOS
|
|
22
|
+
os-version: '13.2'
|
|
23
|
+
node-version: 18.14.2
|
|
24
|
+
date-time: 2024-07-02T20:50:37.625Z (UTC)
|
|
25
|
+
dependencies:
|
|
26
|
+
- '@babel/core@7.22.10'
|
|
27
|
+
- '@babel/preset-typescript@7.23.3'
|
|
28
|
+
- '@commitlint/cli@18.6.0'
|
|
29
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
30
|
+
- '@grnsft/if-core@0.0.10'
|
|
31
|
+
|
|
32
|
+
- '@jest/globals@29.7.0'
|
|
33
|
+
- '@types/jest@29.5.8'
|
|
34
|
+
- '@types/js-yaml@4.0.9'
|
|
35
|
+
- '@types/luxon@3.4.2'
|
|
36
|
+
- '@types/node@20.9.0'
|
|
37
|
+
- axios-mock-adapter@1.22.0
|
|
38
|
+
- axios@1.7.2
|
|
39
|
+
- cross-env@7.0.3
|
|
40
|
+
- csv-parse@5.5.6
|
|
41
|
+
- csv-stringify@6.4.6
|
|
42
|
+
- fixpack@4.0.0
|
|
43
|
+
- gts@5.2.0
|
|
44
|
+
- husky@8.0.3
|
|
45
|
+
- jest@29.7.0
|
|
46
|
+
- js-yaml@4.1.0
|
|
47
|
+
- lint-staged@15.2.2
|
|
48
|
+
- luxon@3.4.4
|
|
49
|
+
- release-it@16.3.0
|
|
50
|
+
- rimraf@5.0.5
|
|
51
|
+
- ts-command-line-args@2.5.1
|
|
52
|
+
- ts-jest@29.1.1
|
|
53
|
+
- typescript-cubic-spline@1.0.1
|
|
54
|
+
- typescript@5.2.2
|
|
55
|
+
- winston@3.11.0
|
|
56
|
+
- zod@3.22.4
|
|
57
|
+
status: success
|
|
58
|
+
tree:
|
|
59
|
+
children:
|
|
60
|
+
child:
|
|
61
|
+
pipeline:
|
|
62
|
+
- shell
|
|
63
|
+
inputs:
|
|
64
|
+
- timestamp: '2023-11-02T10:35:31.820Z'
|
|
65
|
+
duration: 3600
|
|
66
|
+
cpu/energy: 0.002
|
|
67
|
+
memory/energy: 0.000005
|
|
68
|
+
outputs: []
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
name: subtract demo
|
|
2
|
+
description: null
|
|
3
|
+
tags: null
|
|
4
|
+
initialize:
|
|
5
|
+
plugins:
|
|
6
|
+
subtract:
|
|
7
|
+
path: builtin
|
|
8
|
+
method: Subtract
|
|
9
|
+
global-config:
|
|
10
|
+
input-parameters:
|
|
11
|
+
- cpu/energy
|
|
12
|
+
- network/energy
|
|
13
|
+
output-parameter: energy/diff
|
|
14
|
+
outputs:
|
|
15
|
+
- yaml
|
|
16
|
+
execution:
|
|
17
|
+
command: >-
|
|
18
|
+
/Users/mariamkhalatova/.npm/_npx/1bf7c3c15bf47d04/node_modules/.bin/ts-node
|
|
19
|
+
/Users/mariamkhalatova/Projects/UK/if/src/index.ts -m
|
|
20
|
+
manifests/outputs/plugins/subtract/success.yml -o
|
|
21
|
+
manifests/outputs/plugins/subtract/success
|
|
22
|
+
environment:
|
|
23
|
+
if-version: 0.4.0
|
|
24
|
+
os: macOS
|
|
25
|
+
os-version: '13.2'
|
|
26
|
+
node-version: 18.14.2
|
|
27
|
+
date-time: 2024-07-02T20:52:42.932Z (UTC)
|
|
28
|
+
dependencies:
|
|
29
|
+
- '@babel/core@7.22.10'
|
|
30
|
+
- '@babel/preset-typescript@7.23.3'
|
|
31
|
+
- '@commitlint/cli@18.6.0'
|
|
32
|
+
- '@commitlint/config-conventional@18.6.0'
|
|
33
|
+
- '@grnsft/if-core@0.0.10'
|
|
34
|
+
|
|
35
|
+
- '@jest/globals@29.7.0'
|
|
36
|
+
- '@types/jest@29.5.8'
|
|
37
|
+
- '@types/js-yaml@4.0.9'
|
|
38
|
+
- '@types/luxon@3.4.2'
|
|
39
|
+
- '@types/node@20.9.0'
|
|
40
|
+
- axios-mock-adapter@1.22.0
|
|
41
|
+
- axios@1.7.2
|
|
42
|
+
- cross-env@7.0.3
|
|
43
|
+
- csv-parse@5.5.6
|
|
44
|
+
- csv-stringify@6.4.6
|
|
45
|
+
- fixpack@4.0.0
|
|
46
|
+
- gts@5.2.0
|
|
47
|
+
- husky@8.0.3
|
|
48
|
+
- jest@29.7.0
|
|
49
|
+
- js-yaml@4.1.0
|
|
50
|
+
- lint-staged@15.2.2
|
|
51
|
+
- luxon@3.4.4
|
|
52
|
+
- release-it@16.3.0
|
|
53
|
+
- rimraf@5.0.5
|
|
54
|
+
- ts-command-line-args@2.5.1
|
|
55
|
+
- ts-jest@29.1.1
|
|
56
|
+
- typescript-cubic-spline@1.0.1
|
|
57
|
+
- typescript@5.2.2
|
|
58
|
+
- winston@3.11.0
|
|
59
|
+
- zod@3.22.4
|
|
60
|
+
status: success
|
|
61
|
+
tree:
|
|
62
|
+
children:
|
|
63
|
+
child:
|
|
64
|
+
pipeline:
|
|
65
|
+
- subtract
|
|
66
|
+
config:
|
|
67
|
+
subtract: null
|
|
68
|
+
inputs:
|
|
69
|
+
- timestamp: 2023-08-06T00:00
|
|
70
|
+
duration: 3600
|
|
71
|
+
cpu/energy: 0.003
|
|
72
|
+
network/energy: 0.001
|
|
73
|
+
outputs:
|
|
74
|
+
- timestamp: 2023-08-06T00:00
|
|
75
|
+
duration: 3600
|
|
76
|
+
cpu/energy: 0.003
|
|
77
|
+
network/energy: 0.001
|
|
78
|
+
energy/diff: 0.002
|