You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I "Run on CyBench", I'm getting the following error. Can you please advise how to correct. This code runs fine as a java application. Thank you.
21/02/03 12:22:54 INFO services.CollectSystemInformation: JVM system properties...
Executing benchmarks...
Classes selected to run: com.nastel.jkool.mlpreprocess.KfkaPivot
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:98)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:122)
at org.openjdk.jmh.runner.BenchmarkList.getAll(BenchmarkList.java:90)
at com.gocypher.cybench.core.utils.JMHUtils.getAllBenchmarkClasses(JMHUtils.java:40)
at com.gocypher.cybench.launcher.CyBenchLauncher.main(CyBenchLauncher.java:156)
The text was updated successfully, but these errors were encountered:
When I "Run on CyBench", I'm getting the following error. Can you please advise how to correct. This code runs fine as a java application. Thank you.
21/02/03 12:22:54 INFO services.CollectSystemInformation: JVM system properties...
Executing benchmarks...
Classes selected to run: com.nastel.jkool.mlpreprocess.KfkaPivot
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:98)
at org.openjdk.jmh.runner.BenchmarkList.find(BenchmarkList.java:122)
at org.openjdk.jmh.runner.BenchmarkList.getAll(BenchmarkList.java:90)
at com.gocypher.cybench.core.utils.JMHUtils.getAllBenchmarkClasses(JMHUtils.java:40)
at com.gocypher.cybench.launcher.CyBenchLauncher.main(CyBenchLauncher.java:156)
The text was updated successfully, but these errors were encountered: