From 21a7baa30941c2c9846ba7f10aa39cfff9e82991 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 01:56:55 +0000 Subject: [PATCH] fix(deps): update dependency androidx.benchmark:benchmark-macro-junit4 to v1.2.0-alpha16 --- .../dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt | 2 +- gradle/libs.versions.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt index 2344eceb..a2dc7c9c 100644 --- a/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt +++ b/benchmark/src/main/kotlin/dev/msfjarvis/claw/benchmark/BaselineProfileGenerator.kt @@ -25,7 +25,7 @@ class BaselineProfileGenerator { @Test fun generateBaselineProfile() = - baselineProfileRule.collectBaselineProfile( + baselineProfileRule.collect( packageName = PACKAGE_NAME, maxIterations = 8, ) { diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index aa7fa62b..81cdc014 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ workmanager = "2.8.1" [libraries] accompanist-sysuicontroller = { module = "com.google.accompanist:accompanist-systemuicontroller", version.ref = "accompanist" } androidx-activity-compose = "androidx.activity:activity-compose:1.7.2" -androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha15" +androidx-benchmark-macro-junit4 = "androidx.benchmark:benchmark-macro-junit4:1.2.0-alpha16" androidx-browser = "androidx.browser:browser:1.5.0" androidx-compose-animation = { module = "androidx.compose.animation:animation" } androidx-compose-bom = "dev.chrisbanes.compose:compose-bom:2023.04.00-beta02"