-
Notifications
You must be signed in to change notification settings - Fork 91
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
Clean up of previously generated benchmarks #16
Comments
It's a bug. Thanks for reporting it explicitly. |
👍 |
@ktoso any good news on closing this issue? |
Then there would be commits or comments. |
OK. Looking forward to updates. Take care. Good luck! |
running |
Correct @sokrahta, I'd love to implement this tracking feature however do not have the time currently. If you'd be able to help out please do! :-) |
When I created a benchmark, some classes are generated to output path. Then I deleted this benchmark from sources. But
sbt benchmarkproject/run
is still trying to find those classes causing error as follows:[error] symbol: class JMHSample_01_HelloWorld [error] location: package org.openjdk.jmh.samples [error] /Users/alex/projects/orca/benchmarks/target/scala-2.11/generated-sources/jmh/org/openjdk/jmh/samples/generated/JMHSample_01_HelloWorld_wellHelloThere.java:68: error: cannot find symbol [error] l_jmhsample_01_helloworld0_0.wellHelloThere(); [error]
Is it a bug? Or am I doing something wrong?
The text was updated successfully, but these errors were encountered: