You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@calcite.apache.org by "Rui Wang (Jira)" <ji...@apache.org> on 2019/11/30 00:28:00 UTC

[jira] [Created] (CALCITE-3548) ./gradlew :ubenchmark:jmh cannot find benchmark to run

Rui Wang created CALCITE-3548:
---------------------------------

             Summary: ./gradlew :ubenchmark:jmh cannot find benchmark to run
                 Key: CALCITE-3548
                 URL: https://issues.apache.org/jira/browse/CALCITE-3548
             Project: Calcite
          Issue Type: Bug
          Components: build
            Reporter: Rui Wang
            Assignee: Rui Wang


Per https://github.com/melix/jmh-gradle-plugin#configuration, jmh-gradle-plugin expects a file structure as: src/jmh/java, but current structure is src/main/jmh, thus ./gradlew :ubenchmark:jmh reports no benchmark to run.

Change the structure accordingly fixed this problem.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)