Skip to content

Instantly share code, notes, and snippets.

@abdyer
Created March 7, 2020 13:24
Show Gist options
  • Save abdyer/b65d0e57b871455cebf06c0849952408 to your computer and use it in GitHub Desktop.
Save abdyer/b65d0e57b871455cebf06c0849952408 to your computer and use it in GitHub Desktop.
Benchmark test annotation
@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