You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Michael McCandless (JIRA)" <ji...@apache.org> on 2008/12/20 09:45:44 UTC

[jira] Resolved: (LUCENE-1495) Allow TaskSequence to run for certain time

     [ https://issues.apache.org/jira/browse/LUCENE-1495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael McCandless resolved LUCENE-1495.
----------------------------------------

    Resolution: Fixed

Committed revision 728252.



> 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
>
>         Attachments: LUCENE-1495.patch
>
>
> 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-unsubscribe@lucene.apache.org
For additional commands, e-mail: java-dev-help@lucene.apache.org