Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69102 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 62829 invoked from network); 12 Sep 2013 16:18:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Sep 2013 16:18:45 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:54127] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/6F-12981-469E1325 for ; Thu, 12 Sep 2013 12:18:45 -0400 Received: by mail-lb0-f178.google.com with SMTP id z5so1129450lbh.9 for ; Thu, 12 Sep 2013 09:18:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=xYO7HPUg2q+qIx5BPq7i/rMX5f9o4DvUeb68UXW9a/I=; b=qEsFOO/MmVPUFg/nXNZmAz/YPlv2NSnxxy9HF6LxY63rPzgCrQCjOLlab+EWr6KS2b ijWWOi4kq8OJbW8ROf3AUv0Ni0JFpZmGrzWpamSUmZJg+wbNzfFdVK+ZRC2+eKudmFzj 1cmTSAvLQ725i3FHOIGro5xoX4fQ5kT56KGxbgJ6aJhEx4CBd6FL6NHs1uOG4cAwk82W r+TjrUa7+U0hSu8p6BEpWz902STwrOqwAZV4i5EHA0grVj+/hM6IIDyEzEPE1Fzph3nU 6x14IKH3DyLZHJ4sfcN3BUd8KTMwDKLMzI3VumILUzuBs69O85SkWCxqOpjUKemJXrkV t/Hw== MIME-Version: 1.0 X-Received: by 10.112.11.20 with SMTP id m20mr14531lbb.56.1379002721107; Thu, 12 Sep 2013 09:18:41 -0700 (PDT) Received: by 10.112.148.138 with HTTP; Thu, 12 Sep 2013 09:18:41 -0700 (PDT) In-Reply-To: References: Date: Thu, 12 Sep 2013 18:18:41 +0200 Message-ID: To: Bob Weinand Cc: Michael Wallner , Benjamin Eberlei , Developers List PHP Mailing Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Support for keywords where possible From: pierre.php@gmail.com (Pierre Joye) hi, On Thu, Sep 12, 2013 at 4:34 PM, Bob Weinand wrote: > As Benjamin suggested, here the best running times of "time phpunit" in t= he symfony test suite: > > With patch: > real 0m30.885s > user 0m14.713s > sys 0m2.123s > > Without patch: > real 0m31.380s > user 0m14.865s > sys 0m2.170s > > Seems that it is very similar (I have here variances of =B12 seconds=85) = So I think my patch doesn't have a huge impact. We will try to run it through our performance tests suite here, against more applications. I do not think we will see different results but at least the coverage will be large enough to make an informed choice :) About the idea itself, I like it and all for it, as long as it does not introduce any BC breaks. I doubt there is any and testing it intensively against existing apps will clear this point. Cheers, --=20 Pierre @pierrejoye | http://www.libgd.org