Firefox OS/Performance/Automation/Tools: Difference between revisions
< Firefox OS | Performance | Automation
Jump to navigation
Jump to search
No edit summary |
|||
Line 12: | Line 12: | ||
==Performance== | ==Performance== | ||
There are two automated performance testing tools for Gaia | 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''' | ||
Line 25: | Line 25: | ||
** [https://github.com/mozilla-b2g/gaia/blob/master/apps/communications/dialer/test/performance Dialer Perf Tests] | ** [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. | ** See ''<APP_NAME>/test/performance'' folders within the [https://github.com/mozilla-b2g/gaia Gaia Repo] for more performance tests. | ||
* [[/FPS|FPS via Eideticker]] | |||
==Endurance== | ==Endurance== |
Revision as of 01:41, 10 May 2014
Progress
Bugzilla query error
Array ( [type] => error [message] => http-bad-status [params] => Array ( [0] => 400 [1] => Bad Request ) ) 1
Performance
There are two automated performance testing tools for Gaia; b2gperf and make test-perf. Both use marionette.
- b2gperf
- An external Python tool maintained by the A-team.
- Source code and documentation are hosted on github at https://github.com/mozilla/b2gperf
- make test-perf
- In-tree testing framework for gaia maintained by the FirefoxOS Performance team.
- Documented on MDN at https://developer.mozilla.org/en-US/Firefox_OS/Platform/Automated_testing/Gaia_performance_tests
- Gaia Test Framework
- Dialer Perf Tests
- See <APP_NAME>/test/performance folders within the Gaia Repo for more performance tests.