mikemccand / luceneutil

Various utility scripts for running Lucene performance tests
Apache License 2.0
205 stars 115 forks source link

move storedfieldsbenchmark logic in nightlyBench.py #177

Closed rmuir closed 2 years ago

rmuir commented 2 years ago

The StoredFieldsBenchmark gets run very early, actually even before git pull:

https://github.com/mikemccand/luceneutil/blob/master/src/python/nightlyBench.py#L858-L887

It would also be great to recompile the lucene-core.jar before running it.

mikemccand commented 2 years ago

Thanks @rmuir -- I just pushed a fix, too late for tonite's (yesterday's) bench run.