google / caliper

Micro-benchmarking library for Java
Apache License 2.0
816 stars 109 forks source link

@Benchmark annotation #368

Open PeterLW opened 6 years ago

PeterLW commented 6 years ago

I want to do a simple micro benchmark for my project and have watched the online tutorial. The Head version cannot be installed and the old two version can be installed but the @Benchmark keyword complained expected annotation type. Is there any simple way to fix this problem since the old version is what is used in tutorial?