Skip to content

Commit

Permalink
fix(doc): fix aggregation-method in readme files of plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
manushak committed Sep 12, 2024
1 parent f967f3b commit 02447e5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 7 deletions.
8 changes: 6 additions & 2 deletions src/if-run/builtins/coefficient/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,16 @@ initialize:
carbon:
description: 'an amount of carbon emitted into the atmosphere'
unit: 'gCO2e'
aggregation-method: sum
aggregation-method:
time: sum
component: sum
outputs:
carbon-product:
description: 'a product of cabon property and the coefficient'
unit: 'gCO2e'
aggregation-method: sum
aggregation-method:
time: sum
component: sum
tree:
children:
child:
Expand Down
20 changes: 15 additions & 5 deletions src/if-run/builtins/sum/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,18 +103,28 @@ initialize:
cpu/energy:
description: energy consumed by the cpu
unit: kWh
aggregation-method: sum
aggregation-method: sum
aggregation-method:
time: sum
component: sum
aggregation-method:
time: sum
component: sum
network/energy:
description: energy consumed by data ingress and egress
unit: kWh
aggregation-method: sum
aggregation-method: sum
aggregation-method:
time: sum
component: sum
aggregation-method:
time: sum
component: sum
outputs:
energy:
description: sum of energy components
unit: kWh
aggregation-method: sum
aggregation-method:
time: sum
component: sum
tree:
children:
child:
Expand Down

0 comments on commit 02447e5

Please sign in to comment.