Hi guys. I'm trying to get my hand on ScalaMeter, but already encountering problems.
I've already posted my question on
Stack Overflow. To sum it up, when trying to run via sbt the
Simple Benchmark everything is OK, but if I change the
predefined test configuration from
Bench.LocalTime
to
Bench.OfflineReport
or
Bench.ForkedTime I get
the following error from sbt:
sbt:EssentialScala> testOnly RangeBenchmark
Test threw exception: java.lang.ClassNotFoundException: org.scalameter.Parameters
java.lang.ClassNotFoundException:
org.scalameter.Parameters
Current:at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
Any idea? Thanks.
Guido