mozilla-mobile / perf-frontend-issues

A repository to hold issues related to front-end mobile application performance.
4 stars 0 forks source link

Update backfill.py to use A51 in nightly regression testing #234

Closed mcomella closed 2 years ago

mcomella commented 2 years ago

We're migrating to the A51 as a low-end reference device. We should update our backfill.py regression testing system to use the A51. There are two phases:

  1. Update backfill.py to support A51 (and arm64)
  2. Compare results to Moto G5 to ensure it catches regressions well

This bug is for phase 1.

mcomella commented 2 years ago

PR: https://github.com/mozilla-mobile/perf-tools/pull/34

mcomella commented 2 years ago

PR is merged.