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:22:14 UTC

[lucene] branch main updated: 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 main
in repository https://gitbox.apache.org/repos/asf/lucene.git


The following commit(s) were added to refs/heads/main by this push:
     new c041517  set group to 'run' benchmark task (#481)
c041517 is described below

commit c04151730484f8e16b2b9e95d70633dab72ff959
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