ccristian / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

I can't use Benchmark as an annotation #276

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download caliper-1.0-beta-1-all-jar
2. Add it to Eclipse project classpath
3. Try to add @Benchmark to a JUnit Test. It doesn't compile.

What is the expected output? What do you see instead?
I expected to import Benchmark and compile the JUnit test class. Instead, 
Eclipse says Benchmark can't be used as an Annotation.

What version of the product are you using? On what operating system?
1.0-beta-1

Please provide any additional information below.

Original issue reported on code.google.com by mariano....@gmail.com on 16 Sep 2013 at 9:47

GoogleCodeExporter commented 9 years ago
Yes, the @Benchmark annotation is available at HEAD, but not in 1.0-beta-1.

Original comment by gak@google.com on 16 Sep 2013 at 11:59