You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if others would agree, but I felt the definition of CONCURRENCY_BROWSER that every URL is launched in a new browser using the incognito context, seemed misleading to me.
Technically, it spawn one browser per worker, and creates a new incognito context (and a new page) per URL.
Spawning an entirely new browser per URL, would significantly inflate the loading cost (in terms of CPU usage) of each URL (as per some of my experiments).
The text was updated successfully, but these errors were encountered:
goelayu
changed the title
Concurrency launch: Concurrency browser definition slightly misleading
Concurrency launch: CONCURRENCY_BROWSER definition slightly misleading
Apr 4, 2023
It says CONCURRENCY_BROWSER launches one browser per url, and CONCURRENCY_CONTEXT launches an incognito page per url. So if what you're saying is true, and it only spawns one browser per worker, I would agree the docs should be updated :)
Not sure if others would agree, but I felt the definition of
CONCURRENCY_BROWSER
that every URL is launched in a new browser using the incognito context, seemed misleading to me.Technically, it spawn one browser per worker, and creates a new incognito context (and a new page) per URL.
Spawning an entirely new browser per URL, would significantly inflate the loading cost (in terms of CPU usage) of each URL (as per some of my experiments).
The text was updated successfully, but these errors were encountered: