The README suggests that users manually add @Testable to benchmark methods.
That of course works; however, it would be nice if @Testable could be magically added to annotations such as @Benchmark transparently for the user -- for example, by modifying the byte code when such annotation classes are loaded, such as via a ClassFileTransformer.
Just a thought...
The README suggests that users manually add
@Testableto benchmark methods.That of course works; however, it would be nice if
@Testablecould be magically added to annotations such as@Benchmarktransparently for the user -- for example, by modifying the byte code when such annotation classes are loaded, such as via aClassFileTransformer.Just a thought...