Moving the benchmarks into the test tree broke all of the JMH benchmarks. We need to move them back into the main source tree. I don't see a way to make JMH happy with keeping the benchmarks in the test tree.
If the JMH benchmarks are in the test tree then (after the error-free and successful compilation using pom-with-benchmarks.xml) when you run `java -jar target/benchmarks.jar` you get: Error: Could not find or load main class org.openjdk.jmh.Main I think this has to do with not being able to find BenchmarkDriver that invokes org.openjdk.jmh.Main but I'm not totally sure. That error is all of the output I get. — Jacob WIlder On Thu, Aug 18, 2016 at 11:32 AM, asfgit <[email protected]> wrote: > Github user asfgit closed the pull request at: > > https://github.com/apache/incubator-pirk/pull/66 > > > --- > If your project is set up for it, you can reply to this email and have your > reply appear on GitHub as well. If your project does not have this feature > enabled and wishes so, or if the feature is enabled but not working, please > contact infrastructure at [email protected] or file a JIRA ticket > with INFRA. > --- >
