You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2016/11/01 18:42:58 UTC

[jira] [Created] (BEAM-874) sdks/java/microbenchmarks instructions and execution no longer function

Luke Cwik created BEAM-874:
------------------------------

             Summary: sdks/java/microbenchmarks instructions and execution no longer function
                 Key: BEAM-874
                 URL: https://issues.apache.org/jira/browse/BEAM-874
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
            Reporter: Luke Cwik
            Assignee: Davor Bonaci


microbenchmarks.jar is built with an empty META-INF/BenchmarkList file which leads to this failure upon executing
```java -jar target/microbenchmarks.jar```:

No matching benchmarks. Miss-spelled regexp?
Use EXTRA verbose mode to debug the pattern matching.

Also, note that sdks/java/microbenchmarks/README.md should attempt to avoid usage of mvn install when possible. An alternate suggestion could be:
mvn package -pl sdks/java/microbenchmarks -am



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)