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
|
||||
td Memory
|
||||
td #{h.size.format(memory)}
|
||||
- cpuPower = get(d, 'browsertime.run.cpuConsumption')
|
||||
- cpuConsumption = get(d, 'browsertime.run.cpuConsumption')
|
||||
if cpuConsumption
|
||||
tr
|
||||
td Firefox CPU power consumption
|
||||
|
|
|
|||
Loading…
Reference in New Issue