Skip to content

Instantly share code, notes, and snippets.

@kota1921
Created August 19, 2021 12:46
Show Gist options
  • Save kota1921/7b5ef9a8476223265fabbefd6dab13b5 to your computer and use it in GitHub Desktop.
Save kota1921/7b5ef9a8476223265fabbefd6dab13b5 to your computer and use it in GitHub Desktop.
@Before
fun init() {
val field = androidx.benchmark.BenchmarkState::class.java.getDeclaredField("REPEAT_COUNT")
field.isAccessible = true
field.set(benchmarkRule, GLOBAL_REPEAT_COUNT)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment