Confirmed users
975
edits
(→Testing Start Up code: Use test name directly in chocice of start up path) |
(→Testing Start Up code: Correct measure_start_up.py invocation) |
||
Line 15: | Line 15: | ||
**The usual iteration coumbered list itemnts used is 25. Running less iterations might affect the results due to noise | **The usual iteration coumbered list itemnts used is 25. Running less iterations might affect the results due to noise | ||
**Make sure the application you're testing is a fresh install. ''' If testing the Main intent (which is where the browser ends up on its homepage), make sure to clear the onboarding process before testing ''' | **Make sure the application you're testing is a fresh install. ''' If testing the Main intent (which is where the browser ends up on its homepage), make sure to clear the onboarding process before testing ''' | ||
python3 measure_start_up.py | python3 measure_start_up.py --count=25 --product=fenix cold_view_nav_start nightly results.txt | ||
where <code>p</code> is the product, <code>c</code> is the iteration count | where <code>p</code> is the product, <code>c</code> is the iteration count |