diff --git a/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt b/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt index a1b8b3ed962..a1c86005245 100644 --- a/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt +++ b/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt @@ -39,8 +39,8 @@ abstract class AbstractPerformanceTypingIndentationTest : KotlinLightPlatformCod performanceTest { name(testName) stats(stats) - warmUpIterations(20) - iterations(30) + warmUpIterations(25) + iterations(38) setUp { configureByFile(originFilePath) }