diff --git a/core/scripts/lantern/collect/golden.js b/core/scripts/lantern/collect/golden.js index 224abf44f0d2..b21b3295ac8b 100644 --- a/core/scripts/lantern/collect/golden.js +++ b/core/scripts/lantern/collect/golden.js @@ -105,6 +105,7 @@ async function main() { unthrottled: { tracePath: medianUnthrottled.trace, devtoolsLogPath: medianUnthrottled.devtoolsLog, + lhrPath: medianUnthrottled.lhr, }, }); } @@ -118,6 +119,7 @@ async function main() { log.progress('making site-index-plus-golden-expectations.json'); copyToGolden(result.unthrottled.devtoolsLogPath); copyToGolden(result.unthrottled.tracePath); + copyToGolden(result.unthrottled.lhrPath); } log.progress('archiving ...'); diff --git a/core/scripts/lantern/download-traces.sh b/core/scripts/lantern/download-traces.sh index 4fc42975b683..2a23f6de059b 100755 --- a/core/scripts/lantern/download-traces.sh +++ b/core/scripts/lantern/download-traces.sh @@ -4,7 +4,7 @@ set -e -VERSION="2019-12-17" +VERSION="2019-12-17-v2" DIRNAME="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" LH_ROOT_PATH="$DIRNAME/../../.."