Fix benchmark tests.

This commit is contained in:
Cody Henthorne
2026-02-06 10:22:45 -05:00
committed by Greyson Parrelli
parent c565db812e
commit 09c07f0707
12 changed files with 211 additions and 27 deletions
+3
View File
@@ -23,6 +23,9 @@ android {
defaultConfig {
minSdk = libs.versions.minSdk.get().toInt()
testInstrumentationRunnerArguments["androidx.benchmark.suppressErrors"] = "EMULATOR"
testInstrumentationRunner = "androidx.benchmark.junit4.AndroidBenchmarkRunner"
}