The application powers https://browserperfdash.igalia.com and provides a dashboard to analyze browser perofrmance reports.
Bots send in the data via POST
APIs and the application perfroms the number crunching.
For how to deploy browserperfdash
check the following documents:
- For development or testing productions (SQLite DB + built-in http server): docs/deployment-development.md
- For production deployments (PostgreSQL DB + Apache or Nginx fronted): docs/deployment-production.md
For that you can use the script browserperfdash-benchmark
that you can
find on the WebKit repository (or, alternatively at https://github.com/Igalia/browserperfrunner)