feat(benchmark): migrate to Gradle Managed Devices

This commit is contained in:
Harsh Shandilya 2023-04-16 11:17:57 +05:30
parent d31fe53f78
commit 553bbedc95
No known key found for this signature in database
3 changed files with 30 additions and 51 deletions

View file

@ -26,7 +26,7 @@ class BaselineProfileGenerator {
}
@Test
fun startup() =
fun generateBaselineProfile() =
baselineProfileRule.collectStableBaselineProfile(
packageName = PACKAGE_NAME,
maxIterations = 15,