Re: contrib/benchmark questions

2007-03-22 Thread Doron Cohen
Hi Grant, I think you resolved the question already, but just to make sure... Grant Ingersoll <[EMAIL PROTECTED]> wrote on 22/03/2007 20:41:27: > > On Mar 22, 2007, at 11:21 PM, Grant Ingersoll wrote: > > > I think I see in the ReadTask that it is the res var that is being > > incremented and wou

Re: contrib/benchmark questions

2007-03-22 Thread Grant Ingersoll
On Mar 22, 2007, at 11:21 PM, Grant Ingersoll wrote: I think I see in the ReadTask that it is the res var that is being incremented and would have to be altered. I guess I can go by elapsed time, but even that seems slightly askew. I think this is due to the withRetrieve() function overh

Re: contrib/benchmark questions

2007-03-22 Thread Grant Ingersoll
OK, Doron (and other benchmarkers!), on to search: Here's my alg file: #Indexing declaration up here OpenReader { "SrchSameRdr" Search > : 5000 { "SrchTrvSameRdr" SearchTrav > : 5000 { "SrchTrvSameRdrTopTen" SearchTrav(10) > : 5000 { "SrchTrvRetLoadAllSameRdr" SearchTravRet > :

Re: contrib/benchmark questions

2007-03-19 Thread Doron Cohen
Grant Ingersoll <[EMAIL PROTECTED]> wrote on 19/03/2007 13:10:16: > So, if I am understanding correctly: > > >> "SearchSameRdr" Search > : 5000 > > means don't collect indiv. stats fur SearchSameRdr, but do whatever > that task does 5000 times, right? Almost... It should be btw { "SearchSameR

Re: contrib/benchmark questions

2007-03-19 Thread Grant Ingersoll
Thanks for the reply, Doron. I knew this email was targeted for you, but thought it would be good to add to the user record. On Mar 19, 2007, at 2:30 PM, Doron Cohen wrote: Grant Ingersoll <[EMAIL PROTECTED]> wrote on 18/03/2007 10:16:14: I'm using contrib/benchmark to do some tests for my

Re: contrib/benchmark questions

2007-03-19 Thread Doron Cohen
Grant Ingersoll <[EMAIL PROTECTED]> wrote on 18/03/2007 10:16:14: > I'm using contrib/benchmark to do some tests for my ApacheCon talk > and have some questions. > > 1. In looking at micro-standard.alg, it seems like not all braces are > closed. Is a line ending a separator too? '>' can replace