Today I updated @Benchmark annotation for Groovy to resolve the following (embarrassing) bugs:
- java.lang.VerifyError occurs with Groovy 1.7
- java.lang.UnsupportedClassVersionError occurs with JVM 1.5
Now I have made sure that @Benchmark works with Groovy 1.7/1.8 and JVM 1.5/1.6.
If you are new to @Benchmark, please read the last post.
No comments:
Post a Comment