Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ func serverTypeBuilder(c *core.Command) *core.Command {
FieldName: "MinimumLeaseDuration",
},
{
Label: "CO2 (kg/day)",
Label: "CO2 (kg/hour)",
FieldName: "KgCo2Equivalent",
},
{
Label: "Water (m³/day)",
Label: "Water (m³/hour)",
FieldName: "M3WaterUsage",
},
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
🎲🎲🎲 EXIT CODE: 0 🎲🎲🎲
🟩🟩🟩 STDOUT️ 🟩🟩🟩️
Name CPU Memory Disk Stock Minimum Lease Duration CO2 (kg/day) Water (m³/day)
M4-S Apple M4 (10 cores) 16 GB 256 GB high stock 1 days 0.014205732 1.3491717e-06
M4-M Apple M4 (10 cores) 32 GB 1.0 TB high stock 1 days 0.015271181 1.3491717e-06
M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0.013547652 1.2453893e-06
Name CPU Memory Disk Stock Minimum Lease Duration CO2 (kg/hour) Water (m³/hour)
M4-S Apple M4 (10 cores) 16 GB 256 GB high stock 1 days 0.014205732 1.3491717e-06
M4-M Apple M4 (10 cores) 32 GB 1.0 TB high stock 1 days 0.015271181 1.3491717e-06
M2-M Apple M2 (8 cores) 16 GB 256 GB high stock 1 days 0.013547652 1.2453893e-06
🟩🟩🟩 JSON STDOUT 🟩🟩🟩
[
{
Expand Down
Loading