Display FF power consumption in mWH https://github.com/sitespeedio/sitespeed.io/issues/4333 (#4334)
This commit is contained in:
parent
e8e1c5b01b
commit
6bfd446650
|
|
@ -70,7 +70,7 @@ block content
|
|||
if cpuConsumption
|
||||
tr
|
||||
td Firefox CPU power consumption
|
||||
td #{cpuConsumption} µWh
|
||||
td #{cpuConsumption * 1000} mWh
|
||||
- requests = get(d, 'pagexray.run.requests')
|
||||
if (requests)
|
||||
tr
|
||||
|
|
|
|||
|
|
@ -100,7 +100,7 @@ block content
|
|||
if powerConsumption
|
||||
tr
|
||||
td Firefox CPU Power Consumption
|
||||
td #{powerConsumption} µWh
|
||||
td #{powerConsumption * 1000} mWh
|
||||
- requests = get(d, 'pagexray.pageSummary.requests')
|
||||
if requests
|
||||
tr
|
||||
|
|
|
|||
Loading…
Reference in New Issue