Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60610 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 79918 invoked from network); 18 May 2012 14:14:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 May 2012 14:14:21 -0000 Authentication-Results: pb1.pair.com smtp.mail=zoe.slattery@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=zoe.slattery@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.212.176 as permitted sender) X-PHP-List-Original-Sender: zoe.slattery@gmail.com X-Host-Fingerprint: 209.85.212.176 mail-wi0-f176.google.com Received: from [209.85.212.176] ([209.85.212.176:36418] helo=mail-wi0-f176.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/65-54140-B3956BF4 for ; Fri, 18 May 2012 10:14:20 -0400 Received: by wibhn14 with SMTP id hn14so180102wib.11 for ; Fri, 18 May 2012 07:14:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=X5HXuZmW9qZQk21wmIusytScknIuDcRDKK69tmL54Ys=; b=wxaIlR4JPFXjdwe82OJsgb4zwV8kBJkWA3coNO0D3Xqrb7bII7mQUsQpPzv5iKolsa m+Vz1E4aOE0JcVwYAjxZUL+uAjrSvmG+CIJvRMwDr08Oj5JE98OG4EqrNh+tnnqcOIdI BSPBMXEUO/FvohyJr8NeXY3OAxpUC7z/1hzFA11sdMWecuJJsYXnHlvNp81RMAdevax2 p1i99dDtlhmFEgCxtDvXsStD/B0lR7pS0w8Hv9Il8KmvYNYi48MW5JJwxfM538JbQ23N lMjgTNfSW5Al1VOTUoLKWFWuhxQjgjWD2YxURqWQh8zvpBpNdJEnxtU1get1U05mE48O dB6w== Received: by 10.180.97.3 with SMTP id dw3mr1914623wib.19.1337350456937; Fri, 18 May 2012 07:14:16 -0700 (PDT) Received: from zoe-slatterys-MacBook-Pro.local (82-69-37-134.dsl.in-addr.zen.co.uk. [82.69.37.134]) by mx.google.com with ESMTPS id ga8sm1980105wib.5.2012.05.18.07.14.15 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 18 May 2012 07:14:15 -0700 (PDT) Message-ID: <4FB65936.1040803@gmail.com> Date: Fri, 18 May 2012 15:14:14 +0100 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:12.0) Gecko/20120428 Thunderbird/12.0.1 MIME-Version: 1.0 To: internals@lists.php.net, PHP QA Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Parallel test runs - thanks! From: zoe.slattery@gmail.com (zoe slattery) Hi A few people were able to use the new run-tests.php code to run tests in parallel on different platforms. I've plotted the results here: http://zoah.co.uk/update-parallel-run-tests-php. Thanks very much for doing that, thanks also for the bugs you found in doing so (blush) - I will fix. Interesting data, suggests that 4 processes is optimal and that the best we can hope for is being able to run in about 1/3rd of the time they run in at the moment. At some stage I will look at where it's spending its time and see if we can improve on these results. For now I think completing the implementation and fixing bugs has a higher priority for me. Zoe