Closed rmuir closed 2 years ago
The StoredFieldsBenchmark gets run very early, actually even before git pull:
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.
Thanks @rmuir -- I just pushed a fix, too late for tonite's (yesterday's) bench run.
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.