[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 two functions against each other?

2011-06-27 Thread Stuart Dallas
On Mon, Jun 27, 2011 at 5:34 PM, Scott Baker bak...@canbytel.com 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

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.org/

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 bak...@canbytel.com 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