mozilla-frontend-infra/firefox-performance-dashboards

Show page load metrics from Fenix

davehunt opened this issue · 3 comments

We're currently only showing results from mozilla-central, but we'd like to plot page load results running against the fenix project. These suites will need to be kept separate from the existing page load results as they use a different tool (browsertime) to gather the metrics then we currently use (raptor-webext) for GeckoView and Fennec. Whilst we're migrating, we could name these as the existing graphs but with a "(browsertime)" suffix. These graphs should also plot the Google Chrome results for comparison. Ultimately, all mobile tests will use browsertime, and we'll be able to reduce the number of graphs.

We'll probably also need to distinguish between applications, as with browsertime the application name is no longer embedded in the suite name. For example there will be one 'speedometer' test, but the application name will differ.

We'll probably also need to distinguish between applications, as with browsertime the application name is no longer embedded in the suite name. For example there will be one 'speedometer' test, but the application name will differ.

Filtering based on application was landed in #301. The remaining work here is to plot results from the fenix repo.

This was done a while ago now. Fenix results are shown.