File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -77,8 +77,8 @@ Lighthouse can be used to analyze trace and performance data collected from othe
7777 ],
7878
7979 " artifacts" : {
80- " traceContents" : " ~ /code/lighthouse-core/test/fixtures/traces/trace-user-timings.json" ,
81- " performanceLog" : " ~ /code/lighthouse-core/test/fixtures/traces/perflog.json"
80+ " traceContents" : " $HOME /code/lighthouse-core/test/fixtures/traces/trace-user-timings.json" ,
81+ " performanceLog" : " $HOME /code/lighthouse-core/test/fixtures/traces/perflog.json"
8282 },
8383
8484 " aggregations" : [{
@@ -89,7 +89,7 @@ Lighthouse can be used to analyze trace and performance data collected from othe
8989 " items" : [{
9090 " criteria" : {
9191 " user-timings" : { " rawValue" : 0 , " weight" : 1 },
92- " critical-request-chains" : { " rawValue" : 0 , " weight" : 1 }
92+ " critical-request-chains" : { " rawValue" : 0 , " weight" : 1 }
9393 }
9494 }]
9595 }]
You can’t perform that action at this time.
0 commit comments