Performance/Fenix/Performance reviews: Difference between revisions

→‎Testing Start Up code: Correct measure_start_up.py invocation
(→‎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 cold_view_nav_start /Users/computername/repositories/fenix/ nightly -p fenix -c 50 --no_start_up_cache
   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  
Confirmed users
975

edits