Fixed typo in iteration detail page for the cpuConsumption metric (#4577)
Fixes #4435
This commit is contained in:
parent
2faf5df166
commit
a2924a7819
|
|
@ -66,7 +66,7 @@ block content
|
||||||
tr
|
tr
|
||||||
td Memory
|
td Memory
|
||||||
td #{h.size.format(memory)}
|
td #{h.size.format(memory)}
|
||||||
- cpuPower = get(d, 'browsertime.run.cpuConsumption')
|
- cpuConsumption = get(d, 'browsertime.run.cpuConsumption')
|
||||||
if cpuConsumption
|
if cpuConsumption
|
||||||
tr
|
tr
|
||||||
td Firefox CPU power consumption
|
td Firefox CPU power consumption
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue