Bug 1601333 Comment 2 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

> wait 5 seconds (foreground_delay)
Can't we kill `foreground_delay` right way ? why do we need it ?

> wait 5 seconds after load event"
where is that coming from ? if we can't remove it, can't we reduce post_startup_delay to 25 s in that case ?

> wait 1 second (page_cycle_delay) (raptor does this after the first test, from what I see)
isn't just a matter of moving it at the end of the loop and not doing it at the last iteration?

It's easy to try out, it's just tweaks into https://searchfox.org/mozilla-central/source/testing/raptor/browsertime/browsertime_pageload.js

Happy to help
> wait 5 seconds (foreground_delay)

Can't we kill `foreground_delay` right way ? why do we need it ?

> wait 5 seconds after load event"

where is that coming from ? if we can't remove it, can't we reduce post_startup_delay to 25 s in that case ?

> wait 1 second (page_cycle_delay) (raptor does this after the first test, from what I see)

isn't just a matter of moving it at the end of the loop and not doing it at the last iteration?

It's easy to try out, it's just tweaks into https://searchfox.org/mozilla-central/source/testing/raptor/browsertime/browsertime_pageload.js

Happy to help

Back to Bug 1601333 Comment 2