[Webkit-unassigned] [Bug 75958] nrwt should use multiple http shards

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 12 05:21:20 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75958





--- Comment #5 from Csaba Osztrogonac <ossy at webkit.org>  2012-01-12 05:21:19 PST ---
(In reply to comment #4)
> How about adding a boolean option instead (e.g. --shard-http-tests)? Then we can return "max(math.ceil(num_workers / 4.0), 1)" and tweak that math until we get reasonable stability.

I prefer the integer parameter, which let us use what we want.

max(math.ceil(num_workers / 4.0) wouldn't be good for 4 or 
8 workers, because 1 or 2 http shards isn't so useful ...

I think num_of_locked_shards should be an integer option now, 
and we can move forward to increase the default value of it.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list