Bedregeanu Ionut

Results 43 comments of Bedregeanu Ionut

@mcomella Running `python3 measure_start_up.py -c=25 --product=focus nightly cold_view_nav_start results.txt` for two times on [this commit](https://github.com/mozilla-mobile/focus-android/pull/6896/commits/3166ff157aaad28c56131d14f6580cd8cedd5b98) I obtained two results with a 45ms difference between median values. I know that is...

Yeah, it seems that it was an isolated result. After another tests the results seems pretty much the same

After some tests I notice a regression added by https://github.com/mozilla-mobile/focus-android/pull/6897, but more like a spike #### Before 6897 pr: ``` ==> results.txt results.txt results.txt results.txt

I made another session of testing and git bisect in AC to find the main cause of regression mentioned above(https://github.com/mozilla-mobile/focus-android/pull/6911) and it results that [this commit](https://github.com/mozilla-mobile/android-components/pull/12027) added the regression Command:...

@mcomella I followed the above instructions, but the comparator didn't find any differences between them, so probably the difference is while GeckoView is starting. #### Tested scenario 1. Follow [Manual...

I already talked with the team to transfer me a device with a lower android version, so I will postpone this ticket until then. Or as I said above, if...

I built the startup trace for both scenarios, before and after https://github.com/mozilla-mobile/android-components/pull/12027 This is the report for both traces https://profiler.firefox.com/compare/calltree/?globalTrackOrder=0w2&profiles[]=https%3A%2F%2Fshare.firefox.dev%2F3uuMee0&profiles[]=https%3A%2F%2Fshare.firefox.dev%2F3RiXTGs&thread=0&v=6 But I don't fully understand the legend and how the...

@kbrosnan Do you have any information about this?