mozilla-mobile / perf-frontend-issues

A repository to hold issues related to front-end mobile application performance.
4 stars 0 forks source link

Add lightweight measurement script for proc start to nav start #208

Closed mcomella closed 3 years ago

mcomella commented 3 years ago

perftest VIEW appears to have a lot of noise https://github.com/mozilla-mobile/perf-frontend-issues/issues/199. As a comparison point, I wrote a proof of concept that measures a similar duration without the perftest harness and browsertime. Preliminary results show significantly less noise so let's actually land something a little cleaner in tree.

Ideally, we'd land this as a new perftest but it seems like a lot of work so we'll do something more lightweight for now.

mcomella commented 3 years ago

PR: https://github.com/mozilla-mobile/fenix/pull/19659

mcomella commented 3 years ago

Closed with the above.