Re: counting sub tasks in contrib/benchmark

2008-01-16 Thread Michael McCandless
Doron Cohen wrote: On Jan 16, 2008 1:25 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: I'd like to run an alg like this: ResetSystemErase { "BuildIndex" CreateIndex { "AddDocs" AddDoc > : 20 CloseIndex } RepSumByPrefRound BuildIndex But in the report, for rec/s

Re: counting sub tasks in contrib/benchmark

2008-01-16 Thread Grant Ingersoll
On Jan 16, 2008, at 8:33 AM, Doron Cohen wrote: On Jan 16, 2008 3:29 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: I think you can do: RepSumByPref AddDocs And it will report on just that, for instance, in the standard.alg, this is done inside the round to report out info on that rounds

Re: counting sub tasks in contrib/benchmark

2008-01-16 Thread Doron Cohen
On Jan 16, 2008 3:29 PM, Grant Ingersoll <[EMAIL PROTECTED]> wrote: > I think you can do: > > RepSumByPref AddDocs > > And it will report on just that, for instance, in the standard.alg, > this is done inside the round to report out info on that rounds AddDocs. > > I think you could even do it out

Re: counting sub tasks in contrib/benchmark

2008-01-16 Thread Doron Cohen
On Jan 16, 2008 1:25 PM, Michael McCandless <[EMAIL PROTECTED]> wrote: > I'd like to run an alg like this: > > ResetSystemErase > { "BuildIndex" > CreateIndex > { "AddDocs" AddDoc > : 20 > CloseIndex > } > > RepSumByPrefRound BuildIndex > > But in the report, for rec/s, I'd

Re: counting sub tasks in contrib/benchmark

2008-01-16 Thread Grant Ingersoll
I think you can do: RepSumByPref AddDocs And it will report on just that, for instance, in the standard.alg, this is done inside the round to report out info on that rounds AddDocs. I think you could even do it outside the round, just by substituting BuildIndex for "AddDocs". In general,

counting sub tasks in contrib/benchmark

2008-01-16 Thread Michael McCandless
I'd like to run an alg like this: ResetSystemErase { "BuildIndex" CreateIndex { "AddDocs" AddDoc > : 20 CloseIndex } RepSumByPrefRound BuildIndex But in the report, for rec/s, I'd like to see the total BuildIndex time divided by 200,000, ie, the net time per document to