Newsgroups: php.internals,php.qa Path: news.php.net Xref: news.php.net php.internals:60596 php.qa:66564 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44243 invoked from network); 17 May 2012 12:59:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 May 2012 12:59:50 -0000 Authentication-Results: pb1.pair.com header.from=webmaster@ajeux.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=webmaster@ajeux.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ajeux.com from 209.85.215.42 cause and error) X-PHP-List-Original-Sender: webmaster@ajeux.com X-Host-Fingerprint: 209.85.215.42 mail-lpp01m010-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:44906] helo=mail-lpp01m010-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 25/41-36414-546F4BF4 for ; Thu, 17 May 2012 08:59:50 -0400 Received: by lagy4 with SMTP id y4so1352430lag.29 for ; Thu, 17 May 2012 05:59:46 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding:x-gm-message-state; bh=D2koWXEaLCWapOTK/cuoqRTOqvqSrbH9rwcOBgUomQI=; b=FtuT++fdTOsfjZhxjPxWjVWVOBhWcXKfOEUhCdwhMl3OPpCeQ7MDAKKHMImkgdPhWI zFbjWt4yLK8X9v1dxgiV77UZHKIUbHARQ0L/Vf66uABF0Pr4wJzz1KM3UNe73p4eXI4M Wola/nAbp/jMr4q8SXDAQ0y4/J2PxxpAXhrOtHeC1TuEZAXrvlHinFlzen6PMtP8r3rZ Bkq7a3+p8kwdDgGBKd8hsQ+FD9Lzpkql3eBGnpYVJspKKc1XViD+zvfygYJ7BA9b9zb0 ocifIX6TP3RoTsWJNIw/3qHoncCMZ1l1sFhIdFQfiEZceCOxHpsa2X9CDgJ6i6P9XS8F hmlw== MIME-Version: 1.0 Received: by 10.112.44.233 with SMTP id h9mr3195750lbm.26.1337259586799; Thu, 17 May 2012 05:59:46 -0700 (PDT) Received: by 10.112.104.100 with HTTP; Thu, 17 May 2012 05:59:46 -0700 (PDT) In-Reply-To: <4FB4E844.2070305@gmail.com> References: <4FB4E844.2070305@gmail.com> Date: Thu, 17 May 2012 14:59:46 +0200 Message-ID: To: zoe slattery Cc: internals@lists.php.net, PHP QA Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnJCN+mtrzVc1Fpf5IvI9QC4iw+z23pPrUU5eTixSFk/IyQRS+/nY0hjwWk270OLu5fLrhC Subject: Re: [PHP-QA] Parallel run-tests From: webmaster@ajeux.com (Olivier Doucet) > 5. Testing. I'm able to do basic testing on Mac OSX =A0and Linux Hi Zoe, Here is a quick test on my 4-cores Linux server : tested on PHP 5.3.9 412 tests executed Sequential : 115,3 seconds Parallel (4 threads) : 43,8 seconds Original run-tests.php : 115,4 seconds Olivier