Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55879 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97528 invoked from network); 20 Oct 2011 20:21:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2011 20:21:46 -0000 Authentication-Results: pb1.pair.com header.from=jblond@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=jblond@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.161.170 as permitted sender) X-PHP-List-Original-Sender: jblond@gmail.com X-Host-Fingerprint: 209.85.161.170 mail-gx0-f170.google.com Received: from [209.85.161.170] ([209.85.161.170:55389] helo=mail-gx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/60-24882-8D280AE4 for ; Thu, 20 Oct 2011 16:21:44 -0400 Received: by ggnk5 with SMTP id k5so3630517ggn.29 for ; Thu, 20 Oct 2011 13:21:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=TvoyKrOyVxFvo/N9vYt8Ejb0ee+yZcmtiVzZz+u/hhc=; b=QrgDqc0bOTgmbEUrJbTM7qDNaA7SmjsNPI6mYJ6+ns4RVzvMxdB1BbcjlyDYy2HbrH /3T6N2rUw5DOne5bixLk5akMZVPJ21h3eg9EqsQRCzlGjsWqWSiRe4OUKQbi5/VEqciX op2WZEuDGrFf18MNc3CPfq2QTl0QzR65o13y4= MIME-Version: 1.0 Received: by 10.223.6.25 with SMTP id 25mr20112692fax.14.1319142101951; Thu, 20 Oct 2011 13:21:41 -0700 (PDT) Received: by 10.223.100.1 with HTTP; Thu, 20 Oct 2011 13:21:41 -0700 (PDT) In-Reply-To: <4E9FD2C2.7070707@lsces.co.uk> References: <4E9EA80F.8030607@lsces.co.uk> <4E9FD2C2.7070707@lsces.co.uk> Date: Thu, 20 Oct 2011 22:21:41 +0200 Message-ID: To: Lester Caine Cc: PHP Internals List Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Benchmarking ... From: jblond@gmail.com (Mario Brandt) Hi Lester, you can also run pure command line with the micro bench script http://svn.php.net/viewvc/php/php-src/branches/PHP_5_4/Zend/micro_bench.php?view=co I already made some benchmarking 5.3.8 and 5.4.0beta2 results 5.3.8 http://pastebin.com/raw.php?i=52s1kzMa results 5.4 http://pastebin.com/raw.php?i=1AU10Adf Hardware CPU: Intel T4200 @2GHz RAM: 4GB Best Mario On Thu, Oct 20, 2011 at 09:50, Lester Caine wrote: > Bostjan Skufca wrote: >> >> Are you talking about general server benchmarks, HTTP server benchmarks or >> PHP-only specific benchmarks (make test?)? > > General full stack testing ... OS agnostic so we can compare OS's > > The statement has been made that 32bit PHP is faster than 64bit on windows, > and that is what I am currently trying to benchmark.