Firefox OS/Performance/Datazilla
< Firefox OS | Performance
Jump to navigation
Jump to search
Datazilla
This page details Datazilla and how we use it to triage performance problems in Firefox OS.
Collection
Data in Datazilla is run from automated tests. Some of these tests reside within gaia, in tests/performance, and there are also python tests on github in the b2gperf repo.
Triaging Regressions
Each point in datazilla has a gaia, gecko, and platform build revision id. You can use this information to triage and locate where the regression occurred. One way of doing this is to use the B2G profiler: https://github.com/mozilla-b2g/B2G/blob/master/profile.sh
Resources
- Datazilla: https://datazilla.mozilla.org/b2g/
- Read the docs: http://datazilla.readthedocs.org/en/latest/
- Github repository: https://github.com/mozilla/datazilla
- Gaia Perf Tests: https://github.com/mozilla-b2g/gaia/tree/master/tests/performance
- Python Perf Tests (b2gperf): https://github.com/mozilla/b2gperf/