Re: [PHP] Benchmark two functions against each other?

2011-06-27 Thread Stuart Dallas
On Mon, Jun 27, 2011 at 6:39 PM, Scott Baker wrote: > On 06/27/2011 10:33 AM, Stuart Dallas wrote: > > > > You're not going to find a service that will let you do that - allowing > > arbitrary PHP to be entered into a website to be executed is far too > > dangerous. > > I would have thought so to

Re: [PHP] Benchmark two functions against each other?

2011-06-27 Thread Scott Baker
On 06/27/2011 10:33 AM, Stuart Dallas wrote: > > You're not going to find a service that will let you do that - allowing > arbitrary PHP to be entered into a website to be executed is far too > dangerous. I would have thought so too but I found these: http://codepad.viper-7.com/ http://codepad.o

Re: [PHP] Benchmark two functions against each other?

2011-06-27 Thread Stuart Dallas
On Mon, Jun 27, 2011 at 5:34 PM, Scott Baker wrote: > I have functions that I'd like to benchmark and compare. What are the > best PHP libraries or websites to do that? Something like jsperf.com but > for PHP would be ideal. > You're not going to find a service that will let you do that - allowi

[PHP] Benchmark two functions against each other?

2011-06-27 Thread Scott Baker
I have functions that I'd like to benchmark and compare. What are the best PHP libraries or websites to do that? Something like jsperf.com but for PHP would be ideal. - Scott -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Benchmark for echoing via comma, concat, inteprolation, and heredoc.

2008-08-27 Thread tedd
At 12:35 PM -0400 8/27/08, Robert Cummings wrote: -big snip- That echo benchmark though... WTF! Scripts are attached for your own testing / commenting about how much they suck ;) Cheers, Rob. Way to go Rob -- however, we have to realize that this is one of those things that only Geeks get

[PHP] Benchmark for echoing via comma, concat, inteprolation, and heredoc.

2008-08-27 Thread Robert Cummings
I've attached 4 scripts to benchmark each of the various methods of echoing content. I was very surprised to find that the state of things is completely out of synch with what many of us have come to expect. That said, I trust these benchmarks. Output has been redirected to /dev/null so that render

Re: [PHP] Benchmark

2003-03-27 Thread Jason Wong
On Friday 28 March 2003 13:59, John Taylor-Johnston wrote: > The first gives me the benchmark performance of Apache on the web. last I > looked Apache was at 60% of all Internet servers used. If you're talking about usage (as opposed to performance) then www.netcraft.com > There was another U

[PHP] Benchmark

2003-03-27 Thread John Taylor-Johnston
Hi, I'm tired, it's late, I'm trying to remember two URLs, I should have bookmarked. The first gives me the benchmark performance of Apache on the web. last I looked Apache was at 60% of all Internet servers used. There was another URL (probably the same site) that would tell me everything I wa

Re: [PHP] Benchmark single page

2001-03-21 Thread Jason Granum
Thanks. This was exactly what I was needing. - Original Message - From: "Floyd Piedad" <[EMAIL PROTECTED]> To: "Jason Granum" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, March 21, 2001 5:53 PM Subject: Re: [PHP] Benchmark single pa

Re: [PHP] Benchmark single page

2001-03-21 Thread Floyd Piedad
Hi Jason, At the very start of the page to be outputted, even before the HTML tags, put this in. Then at the very bottom of the generated page, before the tag: This takes into account all of the php codes executed to generate all the contents inbetween these two sections, including databas

Re: [PHP] Benchmark single page

2001-03-21 Thread Mark Maggelet
On Wed, 21 Mar 2001 17:09:17 -0800, Jason Granum ([EMAIL PROTECTED]) wrote: >I'm wanting to benchmark a single PHP page to the millisecond (if >possible) that basicly just will put a > >This page generated in X.XXX seconds > >at the bottom of every page. > >I've tried looking through the past mess

[PHP] Benchmark single page

2001-03-21 Thread Jason Granum
I'm wanting to benchmark a single PHP page to the millisecond (if possible) that basicly just will put a This page generated in X.XXX seconds at the bottom of every page. I've tried looking through the past messages on the group but havn't found any threads relating to this. Anyone have any