-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
updates for using lighthouse v3 #178
Merged
Merged
Changes from 8 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
628485a
updates for using lighthouse v3
denar90 5c7c9a8
improve imports, split up logical modules, bring back perf-config
denar90 13ffe96
update deps
denar90 013f03c
update wunderbar, fix output for terminals without width
denar90 3e4ff9f
fix/drop tests
denar90 33e0666
bump node support, improve travis
denar90 187f6ca
bum LH to commit with _Crdp fix
denar90 6e598e5
improve travis
denar90 765d1eb
get back to old friends metrics
denar90 1aadbcc
improve gulp example, get rid of throwing if expectation error happened
denar90 46f20b0
update docs
denar90 fae1e62
clean travis
denar90 c616627
cleanup after review
denar90 c3dcc99
improve metrics adaptation
denar90 ad9df21
fix tests, updates
denar90 7a8a4d2
marge master into lh-update-v3
denar90 2a94a58
try run example on CI
denar90 bf18d46
try run example on CI
denar90 c09cc46
use logger for LH runner
denar90 f77d47e
cleanup log
denar90 7649f92
improve imports
denar90 a91e1de
improve metrics import in example
denar90 c59f1de
drop vscode-chrome-debug-core dep
denar90 9c45a26
check expectations base on median results
denar90 658e7c5
bump LH version, small fixes
denar90 0de4518
update spreadsheet
denar90 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
language: node_js | ||
matrix: | ||
include: | ||
- node_js: "6" | ||
- node_js: "7" | ||
env: RUN_RECIPES=1 | ||
allow_failures: | ||
- node_js: "7" | ||
- node_js: "8" | ||
- node_js: "9" | ||
env: RUN_RECIPES=1 | ||
dist: trusty | ||
cache: | ||
yarn: true | ||
directories: | ||
- node_modules | ||
before_install: | ||
- npm install -g --no-progress yarn@v0.22.0 | ||
- lighthouse-extension/node_modules | ||
- lighthouse-viewer/node_modules | ||
- /home/travis/.rvm/gems/ | ||
install: | ||
- yarn install --no-progress | ||
# if our e2e tests fail in the future it might be that we are not compatible | ||
# with the latest puppeteer api so we probably need to run on chromimum | ||
# @see https://github.com/GoogleChrome/lighthouse/pull/4640/files#r171425004 | ||
- export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 | ||
- yarn | ||
before_script: | ||
- export DISPLAY=:99.0 | ||
- export LIGHTHOUSE_CHROMIUM_PATH="$(pwd)/chrome-linux/chrome" | ||
# see comment above about puppeteer | ||
- export CHROME_PATH="$(which google-chrome-stable)" | ||
- sh -e /etc/init.d/xvfb start | ||
- sleep 3 # wait for xvfb to boot | ||
- yarn build | ||
addons: | ||
chrome: stable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the two lighthouse-* folders dont make sense to me here.
and i dont think you're running ruby, so you can nuke this one too.