Baseline Profiles API change 'collectStableBaselineProfile()' is changed to 'collect()'

pull/814/head
Murat Yener 1 year ago
parent 9cd390c56a
commit a41e6c2f35

@ -37,7 +37,7 @@ class BaselineProfileGenerator {
@Test @Test
fun generate() = fun generate() =
baselineProfileRule.collectBaselineProfile(PACKAGE_NAME) { baselineProfileRule.collect(PACKAGE_NAME) {
// This block defines the app's critical user journey. Here we are interested in // This block defines the app's critical user journey. Here we are interested in
// optimizing for app startup. But you can also navigate and scroll // optimizing for app startup. But you can also navigate and scroll
// through your most important UI. // through your most important UI.

@ -15,7 +15,7 @@ androidxDataStore = "1.0.0"
androidxEspresso = "3.5.0" androidxEspresso = "3.5.0"
androidxHiltNavigationCompose = "1.0.0" androidxHiltNavigationCompose = "1.0.0"
androidxLifecycle = "2.6.0-alpha05" androidxLifecycle = "2.6.0-alpha05"
androidxMacroBenchmark = "1.1.1" androidxMacroBenchmark = "1.2.0-alpha16"
androidxMetrics = "1.0.0-alpha03" androidxMetrics = "1.0.0-alpha03"
androidxNavigation = "2.5.3" androidxNavigation = "2.5.3"
androidxProfileinstaller = "1.2.1" androidxProfileinstaller = "1.2.1"

Loading…
Cancel
Save