TestEngineering/Performance/NimbleDroid: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Remove content because we stopped using ND)
No edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{delete|Project is no longer active|date=2020-09-17}}
As of around May 2020, we no longer use Nimbledroid: https://github.com/mozilla-mobile/fenix/issues/11050
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:
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
* 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
* Nimbledroid tests run with <pre>debuggable=true</pre> and that provides unreliable performance characteristics

Latest revision as of 10:50, 18 August 2021

Do not edit this page THIS PAGE IS PROPOSED FOR DELETION 2020-09-17
Project is no longer active

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