Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:60622 php.qa:66593 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 85357 invoked from network); 21 May 2012 08:55:05 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2012 08:55:05 -0000 Authentication-Results: pb1.pair.com smtp.mail=aparachic@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=aparachic@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.170 as permitted sender) X-PHP-List-Original-Sender: aparachic@gmail.com X-Host-Fingerprint: 209.85.217.170 mail-lb0-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:44479] helo=mail-lb0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 69/E0-14145-6E20ABF4 for ; Mon, 21 May 2012 04:55:05 -0400 Received: by lbgc1 with SMTP id c1so3531948lbg.29 for ; Mon, 21 May 2012 01:54:59 -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:cc:subject :references:in-reply-to:content-type; bh=pqcoGp47rRzGkWLq1rUqPvADCBKFEiiUh+pLPOShEfE=; b=v79mbOSW9Z8zsC2ZlH2pr1HYRvDqzah4rhtXy8BlGvJm6pwiOHCI6gv2O7MrUCjoNL vHANMV2AwTcrf0gyhVy0O5bSKW1w0GFZNGNgq3WsxO37jNDFJPThyPu/BJPkm0B5pMEf MGSkU6yKuIWRBhl0qQyYogQxZK9O6YFJt3HxxBKd4JaYe69xkWIAKdd8aCHT1lqfTTue LtVE8JbdJD9fVBJkdwk684/U344glURuRTdykmkCEMNGIVy9x1hmAvetfHVQZcQJAWAi orcUmt/StYSEjouJW3JcHxi1NmHy73wNsujJ5WRFCvhQ8LvExU04xtzK52OGgEWxDIks 6v/g== Received: by 10.112.10.198 with SMTP id k6mr8366641lbb.83.1337590499285; Mon, 21 May 2012 01:54:59 -0700 (PDT) Received: from [192.168.1.31] (94.197.127.146.threembb.co.uk. [94.197.127.146]) by mx.google.com with ESMTPS id o2sm11716244lbd.7.2012.05.21.01.54.56 (version=SSLv3 cipher=OTHER); Mon, 21 May 2012 01:54:58 -0700 (PDT) Message-ID: <4FBA02DE.7070502@gmail.com> Date: Mon, 21 May 2012 09:54:54 +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: Devis Lucato CC: Nuno Lopes , internals@lists.php.net, PHP QA References: <4FB4E844.2070305@gmail.com> <9AF025709ED6452F9E5A91834F82F788@PC07655> <4FB9EE1E.3050701@gmail.com> In-Reply-To: Content-Type: multipart/alternative; boundary="------------010509090302020508050800" Subject: Re: [PHP-DEV] Re: [PHP-QA] Parallel run-tests From: aparachic@gmail.com (zoe slattery) --------------010509090302020508050800 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 21/05/2012 08:59, Devis Lucato wrote: > Hi, > > nice work, out of curiosity I tried on a VM with 24 virtual cores: > > Sequential new phpruntests: 29.6 seconds > Parallel -z 4: 12.1 - 12.3 secs > Parallel -z 8: 10.6 - 10.9 secs > Parallel -z 16: 10.6 - 11.3 secs > Parallel -z 24: 10.9 - 11.7 secs Cool - thanks! I'll add those points to the performance chart. At a quick look that fits pretty much with the other data. Out of curiosity, how many 'test groups' was it? > > > Btw I'm seeing this error: > > PHP Warning: Invalid argument supplied for foreach() in > phpruntests/src/testrun/rtPhpTestRun.php on line 107 > PHP Notice: Undefined offset: 1 in > phpruntests/src/testrun/rtPhpTestRun.php on line 107 My bad. I started to implement REDIRECTTEST and checked in some initial changes, I can see what I've done wrong and will fix later today. Zoe > > > Devis --------------010509090302020508050800--