Confirmed users
975
edits
(→Testing Start Up code: clean up start up paths) |
(→Testing Start Up code: Correct argument order) |
||
| 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 -c=25 --product=fenix nightly cold_view_nav_start results.txt | ||
where <code>--count</code> refers to the iteration count. | where <code>--count</code> refers to the iteration count. | ||