Increase warm-up, test iterations in PerformanceTypingIndentationTest
This commit is contained in:
+2
@@ -39,6 +39,8 @@ abstract class AbstractPerformanceTypingIndentationTest : KotlinLightPlatformCod
|
|||||||
performanceTest<Unit, Unit> {
|
performanceTest<Unit, Unit> {
|
||||||
name(testName)
|
name(testName)
|
||||||
stats(stats)
|
stats(stats)
|
||||||
|
warmUpIterations(20)
|
||||||
|
iterations(30)
|
||||||
setUp {
|
setUp {
|
||||||
configureByFile(originFilePath)
|
configureByFile(originFilePath)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user