Add performance tests for typing indentation

This commit is contained in:
Dmitry Gridin
2020-04-17 14:38:00 +07:00
parent 400ea13f07
commit cbd5d29457
3 changed files with 384 additions and 1 deletions
@@ -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") {