NTP-9635 | Increased startup benchmark iteration (#13463)
This commit is contained in:
@@ -43,7 +43,7 @@ class HomePageScrollBenchmark {
|
||||
benchmarkRule.measureRepeated(
|
||||
packageName = PACKAGE_NAME,
|
||||
metrics = listOf(FrameTimingMetric()),
|
||||
iterations = 3,
|
||||
iterations = 10,
|
||||
startupMode = StartupMode.WARM,
|
||||
compilationMode = compilationMode,
|
||||
setupBlock = {
|
||||
|
||||
@@ -41,7 +41,7 @@ class StartupBenchmark {
|
||||
packageName = PACKAGE_NAME,
|
||||
metrics = listOf(StartupTimingMetric()),
|
||||
compilationMode = compilationMode,
|
||||
iterations = 3,
|
||||
iterations = 10,
|
||||
startupMode = StartupMode.COLD,
|
||||
setupBlock = { pressHome() },
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user