Skip to content

mozilla-frontend-infra/firefox-performance-dashboards

Repository files navigation

Firefox performance dashboards

All Contributors codecov Build status

The Firefox Performance dashboards permits creating independent dashboards with graphs tracking data from Perfherder.

Some dashboards:

Requirements

Set up

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.

Debugging tips

  • 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

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Armen Zambrano

📆

Divyanshu Rawat

💻

This project follows the all-contributors specification. Contributions of any kind welcome!