Title: [154776] trunk/Tools
- Revision
- 154776
- Author
- [email protected]
- Date
- 2013-08-28 13:33:57 -0700 (Wed, 28 Aug 2013)
Log Message
Decrease number of workers used in NRWT by the Windows port.
https://bugs.webkit.org/show_bug.cgi?id=120435.
Reviewed by Brent Fulgham.
* Scripts/webkitpy/port/win.py:
(WinPort.default_child_processes):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (154775 => 154776)
--- trunk/Tools/ChangeLog 2013-08-28 20:26:22 UTC (rev 154775)
+++ trunk/Tools/ChangeLog 2013-08-28 20:33:57 UTC (rev 154776)
@@ -1,3 +1,13 @@
+2013-08-28 Roger Fong <[email protected]>
+
+ Decrease number of workers used in NRWT by the Windows port.
+ https://bugs.webkit.org/show_bug.cgi?id=120435.
+
+ Reviewed by Brent Fulgham.
+
+ * Scripts/webkitpy/port/win.py:
+ (WinPort.default_child_processes):
+
2013-08-28 Allan Sandfeld Jensen <[email protected]>
Http tests fails on Debian with Apache 2.4
Modified: trunk/Tools/Scripts/webkitpy/port/win.py (154775 => 154776)
--- trunk/Tools/Scripts/webkitpy/port/win.py 2013-08-28 20:26:22 UTC (rev 154775)
+++ trunk/Tools/Scripts/webkitpy/port/win.py 2013-08-28 20:33:57 UTC (rev 154776)
@@ -89,6 +89,9 @@
def operating_system(self):
return 'win'
+ def default_child_processes(self):
+ return self._executive.cpu_count() / 2
+
def show_results_html_file(self, results_filename):
self._run_script('run-safari', [abspath_to_uri(SystemHost().platform, results_filename)])
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes