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]

Reply via email to