Skip to content

Commit 9560a42

Browse files
authored
config requires absolute paths
1 parent 5541642 commit 9560a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}]

0 commit comments

Comments
 (0)