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
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 for A/B performance tests for a new patch. It's somewhat tricky getting those Pyth