mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
fix(benchmark): adjust baseline profile iterations
This commit is contained in:
parent
553bbedc95
commit
79fac06a4c
1 changed files with 2 additions and 1 deletions
|
@ -29,7 +29,8 @@ class BaselineProfileGenerator {
|
|||
fun generateBaselineProfile() =
|
||||
baselineProfileRule.collectStableBaselineProfile(
|
||||
packageName = PACKAGE_NAME,
|
||||
maxIterations = 15,
|
||||
stableIterations = 2,
|
||||
maxIterations = 8,
|
||||
) {
|
||||
startActivityAndWait()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue