Created
March 7, 2020 13:24
-
-
Save abdyer/b65d0e57b871455cebf06c0849952408 to your computer and use it in GitHub Desktop.
Benchmark test annotation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Retention(AnnotationRetention.RUNTIME) | |
@Target(AnnotationTarget.CLASS, AnnotationTarget.FILE, AnnotationTarget.FUNCTION) | |
annotation class BenchmarkTest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment