Cédric Champeau
Cédric Champeau
I suspect the manifest entry is missing, but you can still execute the benchmark using `java -cp ... org.openjdk.jmh.Main` On a side note, I don't think the plugin should generate...
Ok so to sum up: > its good practice to run the jar file standalone because then there are less processes interfering with the benchmark. Yes, however the task is...
Thanks! Do you fancy a pull request?
Let me know when you're awake ;) As for the leftover, I have released 0.4.4 which fixes precisely this earlier today :)
Would you mind trying the latest release? I've completely changed how it integrates JMH.
I'm sorry I don't have bandwidth to look into this now. At this point I suspect a resource loading issue in JMH itself, maybe because of the context class loader...
Hi and thank you for your patience. First of all, sure, the plugin is open for contributions. Now let's try to answer your points: > 1/ source set) What if...
Do you happen to have a test project which would allow me reproduce this? I'm no Windows user, but I'd like to find out if the issue is _Windows_, or...
Alright, I can reproduce the `No benchmarks to run; check the include/exclude regexps.` error on Linux, with your test project. I get it both with OpenJDK and OracleJDK. I also...
Thanks for the PR! I think I would prefer, rather than excluding the problems, to actually turn them into _accepted_ changes, so that they show up in reports. Basically, that...