Split perf test json reports in a separate files/docs

This commit is contained in:
Vladimir Dolzhenko
2020-10-15 23:23:35 +02:00
parent d7a783e077
commit 2790bc1105
7 changed files with 317 additions and 194 deletions
+3
View File
@@ -36,6 +36,9 @@ dependencies {
testImplementation(projectTests(":idea"))
testImplementation(project(":idea:idea-gradle")) { isTransitive = false }
testImplementation(commonDep("junit:junit"))
testImplementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.11.+")
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.11.+")
Platform[192].orHigher {
testCompileOnly(intellijPluginDep("java"))