Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:5482 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 26521 invoked by uid 1010); 15 Nov 2003 10:57:57 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 26486 invoked from network); 15 Nov 2003 10:57:56 -0000 Received: from unknown (HELO stella.fastforwardnetwork.com) (209.51.153.50) by pb1.pair.com with SMTP; 15 Nov 2003 10:57:56 -0000 Received: (qmail 9060 invoked by uid 2526); 15 Nov 2003 12:00:47 -0000 Received: from 80.138.150.248 ( [80.138.150.248]) as user php@localhost by webmail.hristov.com with HTTP; Sat, 15 Nov 2003 07:00:47 -0500 Message-ID: <1068897647.3fb6156f68028@webmail.hristov.com> Date: Sat, 15 Nov 2003 07:00:47 -0500 To: Sebastian Bergmann Cc: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.1 X-Originating-IP: 80.138.150.248 Subject: Re: [PHP-DEV] PHP Benchmark From: php@hristov.com Quoting Sebastian Bergmann : > A while ago I posted [1] a script that performed some micro-benchmarks > on PHP. > > I have now refined this benchmark by splitting the monolithic script > into one script per micro-benchmark thus performing each benchmark with > a fresh PHP interpreter. > > The benchmark "suite" is available at > > http://www.sebastian-bergmann.de/PHP_Benchmark/ > > Any comments, feedback, corrections and additions are welcome, > Sebastian > > -- > [1] > http://www.sebastian-bergmann.de/blog/archives/104_PHP_MicroBenchmarkSuite.html > > -- > Sebastian Bergmann > http://sebastian-bergmann.de/ http://phpOpenTracker.de/ > > Das Buch zu PHP 5: http://professionelle-softwareentwicklung-mit-php5.de/ > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > PHP 5.0.0b3-dev (12 Nov 2003) Object Creation: 516997 objects created per second Member Access: 743309 member accesses per second Method Calls: 665755 method calls per second Array Creation: 821922 arrays created per second Array Index Access: 590843 array elements accessed by index per second Array Key Access: 1504844 array elements accessed by key per second Basic FP: 2759838 basic FP operations per second Complex FP: 1530908 complex FP operations per second Nested Loops (FP): 814283 nested loops per second Nested Loops (Int): 807857 nested loops per second processor : 0 vendor_id : AuthenticAMD cpu family : 6 model : 6 model name : AMD Athlon(tm) XP 1700+ stepping : 2 cpu MHz : 1463.275 cache size : 256 KB bogomips : 2916.35 Andrey