Skip to content

Commit 4a72f40

Browse files
committed
Added machine power badges
1 parent d4189d7 commit 4a72f40

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

custom.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,18 @@ function removeField(button) {
5454
<a href="http://metrics.green-coding.io/stats.html?id=${item[0]}#RUNTIME__Browse%20to%20and%20idle">
5555
<img src="https://api.green-coding.io/v1/badge/single/${item[0]}?metric=network_energy_formula_global&phase=Browse%20to%20and%20idle" loading="lazy">
5656
</a>
57+
<a href="http://metrics.green-coding.io/stats.html?id=${item[0]}#RUNTIME__Browse%20to%20and%20idle">
58+
<img src="https://api.green-coding.io/v1/badge/single/${item[0]}?metric=psu_energy_ac_xgboost_machine&phase=Browse%20to%20and%20idle" loading="lazy">
59+
</a>
5760
<a href="http://metrics.green-coding.io/stats.html?id=${item[0]}#RUNTIME__Browse%20to%20and%20idle">
5861
<img src="https://api.green-coding.io/v1/badge/single/${item[0]}?metric=cpu_power_rapl_msr_component&phase=Browse%20to%20and%20idle" loading="lazy">
5962
</a>
6063
<a href="http://metrics.green-coding.io/stats.html?id=${item[0]}#RUNTIME__Browse%20to%20and%20idle">
6164
<img src="https://api.green-coding.io/v1/badge/single/${item[0]}?metric=network_carbon_formula_global&phase=Browse%20to%20and%20idle" loading="lazy">
6265
</a>
66+
<a href="http://metrics.green-coding.io/stats.html?id=${item[0]}#RUNTIME__Browse%20to%20and%20idle">
67+
<img src="https://api.green-coding.io/v1/badge/single/${item[0]}?metric=psu_power_ac_xgboost_machine&phase=Browse%20to%20and%20idle" loading="lazy">
68+
</a>
6369
</div>
6470
</div>`,
6571

0 commit comments

Comments
 (0)