canmove, Confirmed users
58
edits
Line 17: | Line 17: | ||
** 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 | ||
== Running B2g Perf == | |||
# Install reqs with 'pip install b2gperf' | |||
# Update reqs with 'pip install --upgrade b2gperf' | |||
# Run b2g perf with 'b2gperf --delay=10 --reset --iterations=30 AppNameHere'. For example, to run settings, run 'b2gperf --delay=10 --reset --iterations=30 Settings'. CASE SENSITIVE | |||
* Gaia Test Framework aka '''make test-perf''' | * Gaia Test Framework aka '''make test-perf''' |