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)