Skip to content

Lighthouse wrapper that averages performance metrics for multiple samples

Notifications You must be signed in to change notification settings

poetic-labs/lighthouse-mean

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lighthouse-mean

lighthouse wrapper that averages performance metrics for multiple samples and generates a CSV report.

Installation:

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

Usage:

lighthouse-mean --url https://www.google.com/ --quantity 3

or

lighthouse-mean -u https://www.google.com/ -q 3

Disabling CLI:

cd lighthouse-mean
yarn unlink

About

Lighthouse wrapper that averages performance metrics for multiple samples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published