| Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 6131e57a68b63d8296b65e0d9191b89795aa7fba..56fd3593635ec2357c4b6540abb8591d60894e30 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -270,10 +270,6 @@ class Port(object):
|
|
|
| def default_child_processes(self):
|
| """Return the number of drivers to use for this port."""
|
| - if self.get_option('enable_sanitizer'):
|
| - # ASAN/MSAN/TSAN are more cpu- and memory- intensive than regular
|
| - # content_shell, and so we need to run fewer of them in parallel.
|
| - return max(int(self._executive.cpu_count() * 0.75), 1)
|
| return self._executive.cpu_count()
|
|
|
| def default_max_locked_shards(self):
|
|
|