From 8c9971d9f25a443cff307f8afad3cb6000a74bf1 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Thu, 22 Feb 2024 13:59:59 -0500 Subject: [PATCH] Moves benchmark tests to the benchmark release type --- benchmark/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/build.gradle b/benchmark/build.gradle index 8dcb746c1..61ab23cfb 100644 --- a/benchmark/build.gradle +++ b/benchmark/build.gradle @@ -28,7 +28,7 @@ android { testInstrumentationRunner 'androidx.benchmark.junit4.AndroidBenchmarkRunner' } - testBuildType = "release" + testBuildType = "benchmark" buildTypes { debug { // Since debuggable can"t be modified by gradle for library modules,