lighthouse wrapper that averages performance metrics for multiple samples and generates a CSV report.
First, install lighthouse globally (v2.9.4 or higher):
yarn global add lighthouse
Until this project is published to npm, you'll need to clone the repo and manually configure its CLI:
git clone git@github.com:poetic-labs/lighthouse-mean.git
cd lighthouse-mean
yarn install
yarn build
yarn link
lighthouse-mean --url https://www.google.com/ --quantity 3
or
lighthouse-mean -u https://www.google.com/ -q 3
cd lighthouse-mean
yarn unlink