canmove, Confirmed users
261
edits
No edit summary |
(Added Gaia Test Framework links) |
||
Line 14: | Line 14: | ||
There are two automated performance testing tools for Gaia. '''''b2gperf''''' and '''''make test-perf'''''. Both use [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette marionette]. | There are two automated performance testing tools for Gaia. '''''b2gperf''''' and '''''make test-perf'''''. Both use [https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette marionette]. | ||
* b2gperf | * '''b2gperf''' | ||
** An external Python tool maintained by the [[Auto-tools/The_Ateam|A-team]]. | ** An external Python tool maintained by the [[Auto-tools/The_Ateam|A-team]]. | ||
** Source code and documentation are hosted on github at https://github.com/mozilla/b2gperf | ** Source code and documentation are hosted on github at https://github.com/mozilla/b2gperf | ||
* make test-perf | * '''make test-perf''' | ||
** In-tree testing framework for gaia maintained by the [[FirefoxOS/Performance|FirefoxOS Performance]] team. | ** In-tree testing framework for gaia maintained by the [[FirefoxOS/Performance|FirefoxOS Performance]] team. | ||
** Documented on MDN at https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/Gaia_performance_tests | ** Documented on MDN at https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/Gaia_performance_tests | ||
* [https://github.com/mozilla-b2g/gaia/tree/master/tests/js Gaia Test Framework] | |||
** [https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/dialer/test/performance Dialer Perf Tests] | |||
** See ''<APP_NAME>/test/performance'' folders within the [https://github.com/mozilla-b2g/gaia Gaia Repo] for more performance tests. | |||
==Endurance== | ==Endurance== |