-
Notifications
You must be signed in to change notification settings - Fork 0
Description
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)