RE: Performance testing Lucene

2014-01-27 Thread Scott Schneider
many unit tests! Scott > -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Friday, January 24, 2014 3:03 AM > To: java-user@lucene.apache.org > Subject: RE: Performance testing Lucene > > Hi Scott, > > the unit tests are also a good

RE: Performance testing Lucene

2014-01-24 Thread Uwe Schindler
[mailto:scott_schnei...@symantec.com] > Sent: Friday, January 24, 2014 2:41 AM > To: java-user@lucene.apache.org > Subject: RE: Performance testing Lucene > > Thanks! I ran this Directory subclass through the Lucene unit tests (and > found 3 race conditions). Unit tests are wonder

Re: Performance testing Lucene

2014-01-24 Thread Michael McCandless
gt; found 3 race conditions). Unit tests are wonderful. > > Scott > > >> -Original Message- >> From: Michael McCandless [mailto:luc...@mikemccandless.com] >> Sent: Wednesday, January 22, 2014 7:05 AM >> To: Lucene Users >> Subject: Re: Performance testi

RE: Performance testing Lucene

2014-01-23 Thread Scott Schneider
Lucene Users > Subject: Re: Performance testing Lucene > > All the source code for the nightly Lucene perf tests I run ( > http://people.apache.org/~mikemccand/lucenebench/ ) are here: > https://code.google.com/a/apache-extras.org/p/luceneutil/ > > These are also the scripts I use fo

Re: Performance testing Lucene

2014-01-22 Thread Michael McCandless
kemccandless.com On Mon, Jan 20, 2014 at 11:22 PM, Scott Schneider wrote: > Hello, > > Would you folks mind giving me a few tips on performance testing Lucene? I > want to test the performance impact of a Directory subclass. > > What is a good testing tool to use? I don't se

Performance testing Lucene

2014-01-20 Thread Scott Schneider
Hello, Would you folks mind giving me a few tips on performance testing Lucene? I want to test the performance impact of a Directory subclass. What is a good testing tool to use? I don't see a great way to get SolrMeter to run the max # updates/minute and measure throughput that way. W