Benchmarking Lucene

2015-11-23 Thread Sanjoy Das
Hi all, I work for a JVM vendor, and we're interested in obtaining / creating a set of Lucene benchmarks for internal use. We plan to use these for performance regression testing and general performance analysis (i.e. to make sure Lucene performs well on our JVM). I'm especially interested in

Re: Benchmarking Lucene

2015-11-23 Thread Robert Muir
On Mon, Nov 23, 2015 at 2:42 PM, Sanjoy Das wrote: > Hi all, > > I work for a JVM vendor, and we're interested in obtaining / creating > a set of Lucene benchmarks for internal use. We plan to use these for > performance regression testing and general performance

Re: Benchmarking Lucene

2015-11-23 Thread Michael McCandless
Which JVM vendor :) There are not so many, unfortunately... I run nightly benchmarks for Lucene, which are visible at https://people.apache.org/~mikemccand/lucenebench/ We use this to catch accidental performance regressions... the sources for all of this are at

Re: Benchmarking Lucene

2015-11-23 Thread Sanjoy Das
Michael McCandless wrote: > Which JVM vendor :) There are not so many, unfortunately... I work for Azul Systems (https://www.azul.com). > I run nightly benchmarks for Lucene, which are visible at > https://people.apache.org/~mikemccand/lucenebench/ > > We use this to catch accidental

Re: Benchmarking Lucene

2015-11-23 Thread Sanjoy Das
Robert Muir wrote: > On Mon, Nov 23, 2015 at 2:42 PM, Sanjoy Das > wrote: >> Hi all, >> >> I work for a JVM vendor, and we're interested in obtaining / creating >> a set of Lucene benchmarks for internal use. We plan to use these for >> performance regression

Re: Benchmarking Lucene

2015-11-23 Thread Dawid Weiss
> I work for Azul Systems (https://www.azul.com). Ahem. A bit off topic. Lucene tests are known to quite frequently crash bleeding edge hotspot releases. Since Zing is not available to us what would be great is to have Azul run the Lucene test suite on its own JVM so that we can make sure