You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by xiaoshi <xi...@163.com> on 2021/09/08 06:19:43 UTC

Fix some old errors in the benchmark module

Hi, I found that the benchmark module hasn't been maintained for a long time. Some scripts were executed incorrectly, and some codes were outdated. 
I tried to fix a few small bugs, including:

collector-small.alg, collector.alg, NewAnalyzerTask.java.




Execute the following command to verify:

ant run-task -Dtask.alg=conf/analyzer.alg

ant run-task -Dtask.alg=conf/collector-small.alg

ant run-task -Dtask.alg=conf/collector.alg -Dtask.mem=1024M


the github pr is https://github.com/apache/lucene-solr/pull/2566

Re:Fix some old errors in the benchmark module

Posted by xiaoshi <xi...@163.com>.
jira issues is LUCENE-10091
















At 2021-09-08 14:19:43, "xiaoshi" <xi...@163.com> wrote:

Hi, I found that the benchmark module hasn't been maintained for a long time. Some scripts were executed incorrectly, and some codes were outdated. 
I tried to fix a few small bugs, including:

collector-small.alg, collector.alg, NewAnalyzerTask.java.




Execute the following command to verify:

ant run-task -Dtask.alg=conf/analyzer.alg

ant run-task -Dtask.alg=conf/collector-small.alg

ant run-task -Dtask.alg=conf/collector.alg -Dtask.mem=1024M


the github pr is https://github.com/apache/lucene-solr/pull/2566