Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57740 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 36020 invoked from network); 5 Feb 2012 18:26:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Feb 2012 18:26:33 -0000 Authentication-Results: pb1.pair.com header.from=thekid@thekid.de; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=thekid@thekid.de; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain thekid.de from 212.227.126.187 cause and error) X-PHP-List-Original-Sender: thekid@thekid.de X-Host-Fingerprint: 212.227.126.187 moutng.kundenserver.de Received: from [212.227.126.187] ([212.227.126.187:51500] helo=moutng.kundenserver.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9B/20-31406-6D9CE2F4 for ; Sun, 05 Feb 2012 13:26:31 -0500 Received: from carla (port-92-200-3-8.dynamic.qsc.de [92.200.3.8]) by mrelayeu.kundenserver.de (node=mrbap2) with ESMTP (Nemesis) id 0MBr6d-1RjyS82mEJ-00AqGa; Sun, 05 Feb 2012 19:26:23 +0100 Message-ID: To: "Andi Gutmans" , References: <8757232E56758B42B2EE4F9D2CA019C9018E9457@US-EX2.zend.net> In-Reply-To: <8757232E56758B42B2EE4F9D2CA019C9018E9457@US-EX2.zend.net> Date: Sun, 5 Feb 2012 19:26:19 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_01F4_01CCE43C.09B06E70" X-Priority: 3 X-MSMail-Priority: Normal Importance: Normal X-Mailer: Microsoft Windows Live Mail 15.4.3538.513 X-MimeOLE: Produced By Microsoft MimeOLE V15.4.3538.513 X-Provags-ID: V02:K0:eGr766r1udEHLHqiL1wrZPffbwdo3eWtrri7ZqiT6Jl Utz3bWSezvqmPbCSYMbNx8yXCL755wIUOomaS4kxclrdaoZBGx 3GPq39HUqsZgApBKipirZY0on7FUircY3Nj3SOOHzUWWnrZoPn hTN4MGIFelw4RGsslUMaNdYWMWw63uNwovonztbtILdRk1ojcs lH2hUSCukCKdx8JNeCtmD+jShDiTvNu6Lh/pcfw8Ysa86367u2 ugsfBw67G4LgFAsFUGBLzXHBmRz2Sw/nfINa9Eq+EuQj60K9a9 Rr5VKaof9MsmwyS4EDK5Mvg8s4FAPzHDhMFLS80ErhW9iv3mC0 eVGuqup3EHgNhC+hpo4s= Subject: Re: [PHP-DEV] PHP 5.4 Benchmarks From: thekid@thekid.de ("Timm Friebe") ------=_NextPart_000_01F4_01CCE43C.09B06E70 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, > As many of you know we made huge improvements in PHP 5.4 memory usage=20 > (enabling higher concurrency) and runtime performance. Here are the unit test results for = https://github.com/xp-framework/xp-framework and = https://github.com/xp-framework/xp-language after applying workarounds = for two bugs in current SVN (see https://gist.github.com/1746945). I = think one can most definitely say there are some great improvements to = be seen. PHP 5.3.10 (Windows, Non-Thread-Safe) OK: 4593/4893 run (300 skipped), 4593 succeeded, 0 failed Memory used: 54871.11 kB (60676.78 kB peak) Time taken: 16.188 seconds OK: 1328/1338 run (10 skipped), 1328 succeeded, 0 failed Memory used: 25259.16 kB (25562.36 kB peak) Time taken: 4.571 seconds PHP 5.4.0RC8-DEV (Windows, Non-Thread-Safe) OK: 4594/4893 run (299 skipped), 4594 succeeded, 0 failed Memory used: 39910.35 kB (47000.82 kB peak) Time taken: 15.674 seconds OK: 1328/1338 run (10 skipped), 1328 succeeded, 0 failed Memory used: 16318.44 kB (16931.49 kB peak) Time taken: 3.612 seconds The memory usage is measured by memory_get_usage() / = memory_get_peak_usage() - Timm ------=_NextPart_000_01F4_01CCE43C.09B06E70--