mirror of
https://github.com/apache/lucene.git
synced 2025-02-07 18:49:03 +00:00
set group to 'run' benchmark task (#481)
This commit is contained in:
parent
eb912a9158
commit
93bb52c601
@ -49,7 +49,8 @@ sourceSets {
|
|||||||
}
|
}
|
||||||
|
|
||||||
task run(type: JavaExec) {
|
task run(type: JavaExec) {
|
||||||
description "Run a perf test (optional: -PtaskAlg=conf/your-algorithm-file -PmaxHeapSize=1G)"
|
description "Run a perf test (optional: -PtaskAlg=conf/your-algorithm-file -PmaxHeapSize=1G). Before running this, you need to download the dataset the benchmark run against (e.g., by getReuters task). See dataset download tasks for more details."
|
||||||
|
group "Utility launchers"
|
||||||
mainClass = 'org.apache.lucene.benchmark.byTask.Benchmark'
|
mainClass = 'org.apache.lucene.benchmark.byTask.Benchmark'
|
||||||
|
|
||||||
classpath sourceSets.main.runtimeClasspath
|
classpath sourceSets.main.runtimeClasspath
|
||||||
|
Loading…
x
Reference in New Issue
Block a user