Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30054 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 8355 invoked by uid 1010); 5 Jun 2007 08:23:03 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 8340 invoked from network); 5 Jun 2007 08:23:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 5 Jun 2007 08:23:03 -0000 Authentication-Results: pb1.pair.com header.from=mls@pooteeweet.org; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=mls@pooteeweet.org; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain pooteeweet.org from 83.97.120.93 cause and error) X-PHP-List-Original-Sender: mls@pooteeweet.org X-Host-Fingerprint: 83.97.120.93 mail-out-04.swisscom-eurospot.com Received: from [83.97.120.93] ([83.97.120.93:2845] helo=safetwo.sceur.ch) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id D1/71-30127-56D15664 for ; Tue, 05 Jun 2007 04:23:02 -0400 Received: from safetwo.sceur.ch (localhost.localdomain [127.0.0.1]) by safetwo.sceur.ch (Postfix) with ESMTP id BD3ED573257; Tue, 5 Jun 2007 08:22:57 +0000 (UTC) Received: from [127.0.0.1] (unknown [217.193.145.242]) by safetwo.sceur.ch (Postfix) with ESMTP; Tue, 5 Jun 2007 08:22:57 +0000 (UTC) Message-ID: <46651D61.3070808@pooteeweet.org> Date: Tue, 05 Jun 2007 10:22:57 +0200 User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: Antony Dovgal CC: Sebastian Bergmann , internals@lists.php.net References: <4664304D.5010609@zend.com> <46651C40.2010109@zend.com> In-Reply-To: <46651C40.2010109@zend.com> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sgs_public_dcc_server-Metrics: snail 1199; Body=3 Fuz1=3 Fuz2=3 Subject: Re: [PHP-DEV] Benchmark Suite From: mls@pooteeweet.org (Lukas Kahwe Smith) Antony Dovgal wrote: > On 05.06.2007 11:25, Sebastian Bergmann wrote: >> Antony Dovgal wrote: >>> Hello Sebastian. >> >> Hello Antony, >> >>> 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. regards, Lukas