Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:11555 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 23687 invoked by uid 1010); 25 Jul 2004 17:48:13 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 23237 invoked from network); 25 Jul 2004 17:48:09 -0000 Received: from unknown (HELO stack.fission.org.uk) (195.82.120.217) by pb1.pair.com with SMTP; 25 Jul 2004 17:48:09 -0000 Received: from cpc4-oxfd3-3-0-cust191.oxfd.cable.ntl.com ([213.107.70.191] helo=[192.168.10.254]) by stack.fission.org.uk with esmtp (Exim 3.36 #1 (Debian)) id 1Bon6U-00055E-00 for ; Sun, 25 Jul 2004 18:48:06 +0100 To: internals@lists.php.net In-Reply-To: <1090756405.998.18.camel@mesa> References: <1090756405.998.18.camel@mesa> Content-Type: text/plain Message-ID: <1090777689.998.26.camel@mesa> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sun, 25 Jul 2004 18:48:10 +0100 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] realpath benchmarks From: gareth@fission.org.uk (Gareth Ardron) On Sun, 2004-07-25 at 12:53, Gareth Ardron wrote: > OK, very very quick benchmark on the realpath stuff Just as a bit of a follow-on...... > * after realpath modifications > root@mesa:/# time php /home/gaz/test.php > real 3m12.067s > user 1m22.602s > sys 1m24.608s The above was all done on absolutle paths. I've since tried a seperate test with the same number of includes(same files infact) - but this time with the files in php's search path and called them via include "dir/file.php"; much like the typical PEAR usage. This one totally surprised me. root@mesa:/# time php /home/gaz/test.php real 3m12.264s user 1m39.049s sys 1m23.718s Virtually identical. Wow. Ok, I'm seriously impressed with this patch.