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