mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(benchmark): enforce profile stability
This commit is contained in:
parent
a4ad701aff
commit
cfa8bc4971
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ class BaselineProfileGenerator {
|
||||||
fun startup() =
|
fun startup() =
|
||||||
baselineProfileRule.collectStableBaselineProfile(
|
baselineProfileRule.collectStableBaselineProfile(
|
||||||
packageName = PACKAGE_NAME,
|
packageName = PACKAGE_NAME,
|
||||||
maxIterations = 5,
|
maxIterations = 15,
|
||||||
) {
|
) {
|
||||||
startActivityAndWait()
|
startActivityAndWait()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue