Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57752 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74547 invoked from network); 5 Feb 2012 22:39:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2012 22:39:01 -0000 Authentication-Results: pb1.pair.com smtp.mail=kontakt@beberlei.de; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=kontakt@beberlei.de; sender-id=unknown Received-SPF: error (pb1.pair.com: domain beberlei.de from 209.85.217.170 cause and error) X-PHP-List-Original-Sender: kontakt@beberlei.de X-Host-Fingerprint: 209.85.217.170 mail-lpp01m020-f170.google.com Received: from [209.85.217.170] ([209.85.217.170:45390] helo=mail-lpp01m020-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id E3/A1-60839-2050F2F4 for ; Sun, 05 Feb 2012 17:39:00 -0500 Received: by lboj14 with SMTP id j14so929970lbo.29 for ; Sun, 05 Feb 2012 14:38:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.84.68 with SMTP id w4mr702488lby.37.1328481535413; Sun, 05 Feb 2012 14:38:55 -0800 (PST) Received: by 10.112.21.99 with HTTP; Sun, 5 Feb 2012 14:38:55 -0800 (PST) X-Originating-IP: [93.129.83.71] In-Reply-To: <4F2EEF8B.8070003@php.net> References: <8757232E56758B42B2EE4F9D2CA019C9018E9457@US-EX2.zend.net> <4F2EE7F0.4060202@kukulich.cz> <4F2EEF8B.8070003@php.net> Date: Sun, 5 Feb 2012 23:38:55 +0100 Message-ID: To: internals@lists.php.net Content-Type: multipart/alternative; boundary=f46d040169f1024e4b04b83f367a Subject: Re: [PHP-DEV] Re: PHP 5.4 Benchmarks From: kontakt@beberlei.de (Benjamin Eberlei) --f46d040169f1024e4b04b83f367a Content-Type: text/plain; charset=ISO-8859-1 You cannot use Travis CI to compare for runtime of php5.4 and 5.3 since the used boxes are propably either different and also under high load due to virtualization, but you can check for memory differences. And they are huge: Doctrine 2: 5.3: http://travis-ci.org/#!/doctrine/doctrine2/jobs/593850 85.5 MB 5.4: http://travis-ci.org/#!/doctrine/doctrine2/jobs/593851 50 MB Symfony 2: 5.3: http://travis-ci.org/#!/symfony/symfony/jobs/624578 143 MB 5.4: http://travis-ci.org/#!/symfony/symfony/jobs/624579 91 MB On Sun, Feb 5, 2012 at 10:07 PM, Sebastian Bergmann wrote: > Am 05.02.2012 21:34, schrieb Jaroslav Hanslik: > > PHP 5.3.10 - Total time: 777 seconds, used: 316 MB RAM > > PHP 5.4.0RC7 - Total time: 452 seconds, used: 156 MB RAM > > phpDox, initial run for Zend Framework 2 > > PHP 5.4: Time: 54 seconds, Memory: 30.50Mb > PHP 5.3: Time: 01:09, Memory: 42.25Mb > > phpDox, cached run for Zend Framework 2 > > PHP 5.4: Time: 14 seconds, Memory: 4.75Mb > PHP 5.3: Time: 19 seconds, Memory: 7.50Mb > > -- > Sebastian Bergmann Co-Founder and Principal Consultant > http://sebastian-bergmann.de/ http://thePHP.cc/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d040169f1024e4b04b83f367a--