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 6f0cb8b3dc4..3d476befeda 100644 --- a/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt +++ b/idea/performanceTests/test/org/jetbrains/kotlin/idea/perf/AbstractPerformanceTypingIndentationTest.kt @@ -39,6 +39,8 @@ abstract class AbstractPerformanceTypingIndentationTest : KotlinLightPlatformCod performanceTest { name(testName) stats(stats) + warmUpIterations(20) + iterations(30) setUp { configureByFile(originFilePath) }