|
Posted by Jochem Maas on 10/04/10 11:05
Bret Hughes wrote:
> On Wed, 2005-01-12 at 12:08, Jochem Maas wrote:
>
....
>
> Try this, put your code in a file, say, testparse.php and
> testparsebracket.php
> and try something like
>
> myseq=`seq 1 1000`
> time for i in $myseq; do php testparse.php;done
> time for i in $myseq; do php testparsebracket.php;done
>
> of course the time to spawn php will probably be the most time consuming
> part
totally uncalled for.
....and totally cool :-)
cheers for increasing my knowledge of the bash env.
>
> Bret
>
Navigation:
[Reply to this message]
|