Fixing benchmark tests after the refactoring.

This commit is contained in:
Vitor Pamplona
2023-11-26 21:10:15 -05:00
parent 34c2ba4922
commit ae3cc5da2a
5 changed files with 287 additions and 221 deletions

View File

@@ -8,6 +8,11 @@ android {
namespace 'com.vitorpamplona.amethyst.benchmark'
compileSdk 34
defaultConfig {
// Enable measuring on an emulator, or devices with low battery
testInstrumentationRunnerArguments["androidx.benchmark.suppressErrors"] = "EMULATOR,LOW-BATTERY"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_17
targetCompatibility JavaVersion.VERSION_17