Add performance tests for typing indentation
This commit is contained in:
@@ -1436,7 +1436,9 @@ fun main(args: Array<String>) {
|
||||
model("addImport", testMethod = "doPerfTest", pattern = KT_WITHOUT_DOTS_IN_NAME)
|
||||
}
|
||||
|
||||
|
||||
testClass<AbstractPerformanceTypingIndentationTest> {
|
||||
model("indentationOnNewline", testMethod = "doPerfTest", pattern = KT_OR_KTS_WITHOUT_DOTS_IN_NAME)
|
||||
}
|
||||
}
|
||||
|
||||
testGroup("idea/performanceTests/test", "idea/idea-completion/testData") {
|
||||
|
||||
Reference in New Issue
Block a user