The Firefox Performance dashboards permits creating independent dashboards with graphs tracking data from Perfherder.
Some dashboards:
- AreWeFastYet tracks various Firefox performance benchmarks
- AreWeSlimYet tracks various Firefox memory metrics
NOTE: To choose a dashboard different than the default one define the DASHBOARD
environment
variable and set its value to one of the values defined in src/config.js
(e.g. awsy
).
Checkout the code and run:
yarn install
yarn start
After that open http://localhost:5000 on your preferred browser.
- If
yarn start
fails, try running:
export NODE_OPTIONS=--openssl-legacy-provide
yarn start
- If developing locally on MacOS, the default port (5000) may not always work. There is a likelihood you would have to disable the
AirPlay Receiver
on the OS, which by default listens on port 5000
Thanks goes to these wonderful people (emoji key):
Armen Zambrano 📆 |
Divyanshu Rawat 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!