Run performance reports for multiple URLs using Lighthouse.
- Chromium (version 59 or later which supports the headless mode)
- Node.js
$ sudo apt-get install chromium
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ sudo apt-get install nodejs
$ node perfpony path/to/urls.csv
where path/to/urls.csv
is a path to a file with URLs to check (one per line or CSV).