This commit is contained in:
Peter Hedenskog 2024-12-10 11:28:18 +01:00 committed by GitHub
parent e8e1c5b01b
commit 6bfd446650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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