Allow TaskSequence to run for certain time
------------------------------------------

                 Key: LUCENE-1495
                 URL: https://issues.apache.org/jira/browse/LUCENE-1495
             Project: Lucene - Java
          Issue Type: Improvement
          Components: contrib/benchmark
            Reporter: Michael McCandless
            Assignee: Michael McCandless
            Priority: Minor
             Fix For: 2.9


To help the perf testing for LUCENE-1483, I added simple ability to specify a 
fixed run time (seconds) for a task sequence, eg:
{code}
{ "XSearchWithSort" SearchWithSort(doctitle:string) > : 2.7s
{code}
iterates on that subtask until 2.7 seconds have elapsed, and then sets the 
repetition count to how many iterations were done.  This is useful when you are 
running searches whose runtime may vary drastically.

-- 
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: java-dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-dev-h...@lucene.apache.org

Reply via email to