Добавлен модуль macrobenchmark и сценарии замера производительности

This commit is contained in:
2026-03-27 22:30:50 +05:00
parent e7efe0856c
commit 84aad5f094
7 changed files with 220 additions and 2 deletions

View File

@@ -29,5 +29,5 @@ dependencies {
implementation("androidx.test.ext:junit:1.1.5")
implementation("androidx.test.espresso:espresso-core:3.5.1")
implementation("androidx.test.uiautomator:uiautomator:2.2.0")
implementation("androidx.benchmark:benchmark-macro-junit4:1.2.2")
implementation("androidx.benchmark:benchmark-macro-junit4:1.4.1")
}