Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
Project: platform/frameworks/support
Branch: androidx-main
commit 5adb87df1fad390d3e85b37bfb259ca2db5eee9b
Author: Chris Craik <ccraik@google.com>
Date: Thu Sep 22 16:20:14 2022
Set iteration in BaselineProfileRule
Fixes: 227991471
Test: BaselineProfileRuleTest
Relnote: "Set iteration in BaselineProfileRule, and throw clearly if
target package not installed."
Change-Id: Ic09a3b654cdf60a3e73f5349b7cea1a4e337eae7
M benchmark/integration-tests/macrobenchmark/build.gradle
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/Macrobenchmark.kt
M benchmark/integration-tests/macrobenchmark/src/androidTest/java/androidx/benchmark/integration/macrobenchmark/BaselineProfileRuleTest.kt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
https://android-review.googlesource.com/2227762
Branch: androidx-main
commit 5adb87df1fad390d3e85b37bfb259ca2db5eee9b
Author: Chris Craik <ccraik@google.com>
Date: Thu Sep 22 16:20:14 2022
Set iteration in BaselineProfileRule
Fixes: 227991471
Test: BaselineProfileRuleTest
Relnote: "Set iteration in BaselineProfileRule, and throw clearly if
target package not installed."
Change-Id: Ic09a3b654cdf60a3e73f5349b7cea1a4e337eae7
M benchmark/integration-tests/macrobenchmark/build.gradle
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/Macrobenchmark.kt
M benchmark/integration-tests/macrobenchmark/src/androidTest/java/androidx/benchmark/integration/macrobenchmark/BaselineProfileRuleTest.kt
M benchmark/benchmark-macro/src/main/java/androidx/benchmark/macro/BaselineProfiles.kt
na...@google.com <na...@google.com> #3
This bug was linked in a change in the following release(s):
androidx.benchmark:benchmark-macro:1.2.0-alpha05
Description
Component used: macrobenchmark BaselineProfileRule
Version used: 1.1.0-beta05
This is a bug/feature. Collecting baseline profile doesn't set
iteration
variable. The reason is we don't setiteration
for warmup, but baseline profiles run only in "warmup".