Reusable Performance Tests

2014-06-20 Thread Umashanker, Srividhya
Are there any performance test suites available in lucene codebase which can be reused by us to benchmark against our lucene infrastructure? We are looking at mainly multithreaded indexing tests. -Vidhya

Re: Reusable Performance Tests

2014-06-23 Thread Gaurav gupta
Srividhya, I am also looking something similar. I will try if I can find something. Thanks On Jun 20, 2014 12:50 PM, "Umashanker, Srividhya" < srividhya.umashan...@hp.com> wrote: > Are there any performance test suites available in lucene codebase which > can be reused by us to benchmark against

Re: Reusable Performance Tests

2014-06-23 Thread Michael McCandless
The luceneutil module (https://code.google.com/a/apache-extras.org/p/luceneutil/ ) has benchmarking code for indexing; it's what I use to generate Lucene's nightly performance graphs (http://people.apache.org/~mikemccand/lucenebench/indexing.html ). But it's somewhat involved to get it set up ...