Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Unable to find the resource: /META-INF/BenchmarkList #22

Closed
wangyiran126 opened this issue Oct 2, 2016 · 3 comments
Closed

ERROR: Unable to find the resource: /META-INF/BenchmarkList #22

wangyiran126 opened this issue Oct 2, 2016 · 3 comments

Comments

@wangyiran126
Copy link

i user intellj jmh plugin,and use sbt to mange the dependency,i cannot use maven, because play2 framework not support maven just sbt.
the error
Exception in thread "main" java.lang.RuntimeException: ERROR: Unable to find the resource: /META-INF/BenchmarkList
at org.openjdk.jmh.runner.AbstractResourceReader.getReaders(AbstractResourceReader.java:97)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:103)
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:256)
at org.openjdk.jmh.runner.Runner.run(Runner.java:206)
at org.openjdk.jmh.Main.main(Main.java:71)

@wangyiran126
Copy link
Author

i add libraryDependencies += "org.openjdk.jmh" % "jmh-generator-annprocess" % "1.15",and invalidate cache in intellij,the program solved

@stokito
Copy link
Collaborator

stokito commented Oct 23, 2020

may be related to #13

@andyczerwonka
Copy link

andyczerwonka commented May 30, 2023

I'm now getting this recently... I came back to an existing project and am now seeing this error message, but my benchmarks were working a couple of months ago. 🤷🏻‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants