Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30057 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 15299 invoked by uid 1010); 5 Jun 2007 08:43:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 15283 invoked from network); 5 Jun 2007 08:43:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 08:43:46 -0000 Authentication-Results: pb1.pair.com header.from=derick@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=derick@php.net; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain php.net from 82.94.239.5 cause and error) X-PHP-List-Original-Sender: derick@php.net X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Received: from [82.94.239.5] ([82.94.239.5:45040] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 14/60-11953-04225664 for ; Tue, 05 Jun 2007 04:43:46 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.13.7/8.12.11) with ESMTP id l558heWB001771; Tue, 5 Jun 2007 10:43:41 +0200 Date: Tue, 5 Jun 2007 10:43:41 +0200 (CEST) X-X-Sender: derick@kossu.ez.no To: Antony Dovgal cc: Lukas Kahwe Smith , Sebastian Bergmann , internals@lists.php.net In-Reply-To: <46651ED0.3090104@zend.com> Message-ID: References: <4664304D.5010609@zend.com> <46651C40.2010109@zend.com> <46651D61.3070808@pooteeweet.org> <46651ED0.3090104@zend.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=UTF-8 Subject: Re: [PHP-DEV] Benchmark Suite From: derick@php.net (Derick Rethans) On Tue, 5 Jun 2007, Antony Dovgal wrote: > On 05.06.2007 12:22, Lukas Kahwe Smith wrote: > > Antony Dovgal wrote: > > > On 05.06.2007 11:25, Sebastian Bergmann wrote: > > > > Antony Dovgal wrote: > > > > > > > > > What's the status of this? > > > > > Do you have anything working? > > > > > > > > back in February/March when I first posted about this, I > > > > discussed this with Marcus. The conclusion was that we wanted to > > > > rewrite run-tests.php based on the Iterator approach I used for > > > > the benchmark system's prototype. > > > > I did not catch the start of this. This is about performance > > regression testing? > > > > > Require SPL for a test suite? > > > Doesn't seem to be good idea.. > > > > Well SPL should not be allowed to be disabled anyways, imho. > > I agree, but that's out of the topic. Then what is the issue with using this in the tests suite? Derick