You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by to...@apache.org on 2021/11/28 12:25:02 UTC

[lucene] 01/02: set group to 'run' benchmark task (#481)

This is an automated email from the ASF dual-hosted git repository.

tomoko pushed a commit to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git

commit 93bb52c601be696b5fd008f4e4013ee68b72b4b9
Author: Tomoko Uchida <to...@gmail.com>
AuthorDate: Sun Nov 28 21:22:07 2021 +0900

    set group to 'run' benchmark task (#481)
---
 lucene/benchmark/build.gradle | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lucene/benchmark/build.gradle b/lucene/benchmark/build.gradle
index df8c167..67b1644 100644
--- a/lucene/benchmark/build.gradle
+++ b/lucene/benchmark/build.gradle
@@ -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