generated from Green-Software-Foundation/if-plugin-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.yml
85 lines (85 loc) · 1.73 KB
/
test.yml
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
name: basic-demo
description:
tags:
aggregation:
metrics:
- 'energy'
- 'carbon'
- 'cups-of-coffee/espresso'
- 'bananas'
- 'bars-of-chocolate/dark'
- 'distance/air'
- 'social-cost-of-carbon/2050'
- 'premature-deaths'
- 'displaced-by-climate-crisis'
type: 'horizontal'
initialize:
outputs:
- yaml
plugins:
teads-curve:
path: '@grnsft/if-unofficial-plugins'
method: TeadsCurve
global-config:
interpolation: spline
sci-e:
method: SciE
path: '@grnsft/if-plugins'
sci-o:
method: SciO
path: '@grnsft/if-plugins'
sci:
method: Sci
path: '@grnsft/if-plugins'
global-config:
functional-unit-time: '5 minutes'
coffee:
method: Coffee
path: 'grasp'
bananas:
method: Bananas
path: 'grasp'
chocolate:
method: Chocolate
path: 'grasp'
distance:
method: Distance
path: 'grasp'
scc:
method: SCC
path: 'grasp'
death:
method: Death
path: 'grasp'
displacement:
method: Displacement
path: 'grasp'
tree:
children:
child-0:
defaults:
cpu/thermal-design-power: 100
grid/carbon-intensity: 500
carbon-embodied: 5
pipeline:
- teads-curve
- sci-e
- sci-o
- sci
- coffee
- bananas
- chocolate
- distance
- scc
- death
- displacement
inputs:
- timestamp: 2023-07-06T00:00
duration: 1
cpu/utilization: 20
- timestamp: 2023-07-06T00:01
duration: 1
cpu/utilization: 80
- timestamp: 2023-07-06T00:02
duration: 1
cpu/utilization: 20