Skip to content

Commit

Permalink
config requires absolute paths
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jul 12, 2016
1 parent 5541642 commit 9560a42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Lighthouse can be used to analyze trace and performance data collected from othe
],

"artifacts": {
"traceContents": "~/code/lighthouse-core/test/fixtures/traces/trace-user-timings.json",
"performanceLog": "~/code/lighthouse-core/test/fixtures/traces/perflog.json"
"traceContents": "$HOME/code/lighthouse-core/test/fixtures/traces/trace-user-timings.json",
"performanceLog": "$HOME/code/lighthouse-core/test/fixtures/traces/perflog.json"
},

"aggregations": [{
Expand All @@ -89,7 +89,7 @@ Lighthouse can be used to analyze trace and performance data collected from othe
"items": [{
"criteria": {
"user-timings": { "rawValue": 0, "weight": 1 },
"critical-request-chains": { "rawValue": 0, "weight": 1}
"critical-request-chains": { "rawValue": 0, "weight": 1}
}
}]
}]
Expand Down

0 comments on commit 9560a42

Please sign in to comment.