Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:28179 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57127 invoked by uid 1010); 28 Feb 2007 06:11:27 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 57112 invoked from network); 28 Feb 2007 06:11:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Feb 2007 06:11:27 -0000 Authentication-Results: pb1.pair.com header.from=news@sea.gmane.org; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=php-php-dev@m.gmane.org; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain m.gmane.org designates 80.91.229.2 as permitted sender) X-PHP-List-Original-Sender: php-php-dev@m.gmane.org X-Host-Fingerprint: 80.91.229.2 main.gmane.org Linux 2.5 (sometimes 2.4) (4) Received: from [80.91.229.2] ([80.91.229.2:55469] helo=ciao.gmane.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 08/83-26299-D0D15E54 for ; Wed, 28 Feb 2007 01:11:26 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HMI1w-00013h-Sj for internals@lists.php.net; Wed, 28 Feb 2007 07:11:12 +0100 Received: from p50885103.dip.t-dialin.net ([80.136.81.3]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Feb 2007 07:11:12 +0100 Received: from sb by p50885103.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 28 Feb 2007 07:11:12 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: internals@lists.php.net Date: Wed, 28 Feb 2007 07:11:07 +0100 Lines: 25 Message-ID: References: <479740775.20070227215555@marcus-boerger.de> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Gmane-NNTP-Posting-Host: p50885103.dip.t-dialin.net User-Agent: Thunderbird 2.0b2 (Windows/20070116) In-Reply-To: <479740775.20070227215555@marcus-boerger.de> Sender: news Subject: Re: [PHP-DEV] Benchmark Suite From: sb@sebastian-bergmann.de (Sebastian Bergmann) Marcus Boerger wrote: > Only you don't need fallbacks right now. Simply add a check for > PHP >= 5.2.0 since you are using Iterators and I don't see any sense > in testing 5.0 or 5.1. Already did that yesterday. > You could further more make the run script operate a bit like > run-tests.php and have the PHP executable be configurable and get > version tested. I am taking baby steps at the moment :) Of course the PHP binary will be configurable. > When you want to spend more work, ever thought of making the bench > files have a layout similar to *.phpt? So that we could split up in > sections like name, actual bench, clean-up, etc? The question is: is a separate system such as mine needed or could we extend run-tests.php? If we choose to extend run-tests.php, suddenly every *.phpt test would be a potential benchmark. -- Sebastian Bergmann http://sebastian-bergmann.de/ GnuPG Key: 0xB85B5D69 / 27A7 2B14 09E4 98CD 6277 0E5B 6867 C514 B85B 5D69