mirror of https://github.com/apache/lucene.git
set group to 'run' benchmark task (#481)
This commit is contained in:
parent
9eb7857199
commit
c041517304
|
@ -49,7 +49,8 @@ sourceSets {
|
|||
}
|
||||
|
||||
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'
|
||||
|
||||
classpath sourceSets.main.runtimeClasspath
|
||||
|
|
Loading…
Reference in New Issue