Moves benchmark tests to the benchmark release type

This commit is contained in:
Vitor Pamplona 2024-02-22 13:59:59 -05:00
parent 860c3773c3
commit 8c9971d9f2

View File

@ -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,