add ability to not count sub-task doLogic increment to contri/benchmark
-----------------------------------------------------------------------
Key: LUCENE-1136
URL: https://issues.apache.org/jira/browse/LUCENE-1136
Project: Lucene - Java
Issue Type: Improvement
Components: contrib/benchmark
Reporter: Michael McCandless
Priority: Minor
Fix For: 2.4
Sometimes, you want to run a sub-task like CloseIndex, and include the time it
takes to run, but not include the count that it returns when reporting rec/s.
We could adopt this approach: if a task is preceded by a "-" character, then,
do not count the value returned by doLogic.
See discussion leading to this here:
http://www.gossamer-threads.com/lists/lucene/java-dev/57081
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]