TestEngineering/Performance/NimbleDroid: Difference between revisions
Jump to navigation
Jump to search
(→Automated: add link to the upload code) |
(Remove content because we stopped using ND) |
||
Line 1: | Line 1: | ||
As of around May 2020, we no longer use Nimbledroid: https://github.com/mozilla-mobile/fenix/issues/11050 | |||
We've switched to an in-house system instead (FNPRMS, to be replaced by mach perftest) because: | |||
- it's difficult to debug performance when working with a black box | |||
- Nimbledroid tests run with <pre>debuggable=true</pre> and that provides unreliable performance characteristics | |||
</ | |||
Revision as of 19:38, 17 September 2020
As of around May 2020, we no longer use Nimbledroid: https://github.com/mozilla-mobile/fenix/issues/11050
We've switched to an in-house system instead (FNPRMS, to be replaced by mach perftest) because: - it's difficult to debug performance when working with a black box
- Nimbledroid tests run with
debuggable=true
and that provides unreliable performance characteristics