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, I think you can report on any named task.

-Grant


On Jan 16, 2008, at 6:25 AM, Michael McCandless wrote:

I'd like to run an alg like this:

 ResetSystemErase
 { "BuildIndex"
   CreateIndex
   { "AddDocs" AddDoc > : 200000
   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 create this
index, including the time taken to create and to close the index.

Instead I see the total time divided by 200,002, because each of the
CreateIndex & CloseIndex increment the counter by 1.

I think it's not possible to express this in the contrib/benchmark
scripting language now?

Really I want a way to run a given task but NOT counting its counter.
Eg, if a task is prefixed with "-" then do not include its returned
count in the report?

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to