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

MyHistogramTest doesn't compile in Java #181

Open
gabrielgiussi opened this issue May 11, 2017 · 0 comments
Open

MyHistogramTest doesn't compile in Java #181

gabrielgiussi opened this issue May 11, 2017 · 0 comments

Comments

@gabrielgiussi
Copy link

I'm adding the dependency like this
<dependency> <groupId>com.storm-enroute</groupId> <artifactId>scalameter_2.11</artifactId> <version>0.8.2</version> <exclusions> <exclusion> <groupId>org.mongodb</groupId> <artifactId>casbah_2.11</artifactId> </exclusion> </exclusions> </dependency> <dependency> <groupId>org.mongodb</groupId> <artifactId>casbah_2.11</artifactId> <version>3.1.1</version> <type>pom</type> </dependency>

But then I'm having the following compile error in MyHistogramTest:

measurer() in org.scalameter.japi.JBench.HTMLReport clashes with measurer in org.scalameter.BasePerformanceTest; attempting to use incompatible return type

I'm doing something wrong?
Thanks.

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

1 participant