mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-13 19:37:00 +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() =
|
||||
baselineProfileRule.collectStableBaselineProfile(
|
||||
packageName = PACKAGE_NAME,
|
||||
maxIterations = 5,
|
||||
maxIterations = 15,
|
||||
) {
|
||||
startActivityAndWait()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue