FIR IDE: introduce highlighting performance test

This commit is contained in:
Ilya Kirillov
2020-09-21 16:49:26 +03:00
parent 5cc12b49fc
commit 96422ea3fe
8 changed files with 473 additions and 0 deletions
+2
View File
@@ -160,6 +160,7 @@ include ":benchmarks",
":idea:ide-common",
":idea:idea-core",
":idea:idea-fir",
":idea:idea-fir-performance-tests",
":idea:kotlin-gradle-tooling",
":idea:line-indent-provider",
":idea:idea-android",
@@ -323,6 +324,7 @@ include ":compiler:fir:cones",
":compiler:fir:analysis-tests"
include ":idea:idea-frontend-fir:idea-fir-low-level-api"
include ":idea:idea-frontend-fir:idea-fir-performance-tests"
include ":plugins:parcelize:parcelize-compiler",
":plugins:parcelize:parcelize-ide",