Fixed dependencies for performance tests
This commit is contained in:
@@ -194,6 +194,7 @@ dependencies {
|
||||
performanceTestCompile(sourceSets["test"].output)
|
||||
performanceTestCompile(sourceSets["main"].output)
|
||||
performanceTestCompile(project(":nj2k"))
|
||||
performanceTestCompile(project(":idea:idea-gradle-tooling-api"))
|
||||
performanceTestCompile(intellijPluginDep("gradle"))
|
||||
performanceTestRuntime(sourceSets["performanceTest"].output)
|
||||
}
|
||||
@@ -220,6 +221,7 @@ projectTest(taskName = "performanceTest") {
|
||||
jvmArgs?.removeAll { it.startsWith("-Xmx") }
|
||||
|
||||
maxHeapSize = "3g"
|
||||
jvmArgs("-Didea.debug.mode=true")
|
||||
jvmArgs("-XX:SoftRefLRUPolicyMSPerMB=50")
|
||||
jvmArgs(
|
||||
"-XX:ReservedCodeCacheSize=240m",
|
||||
|
||||
Reference in New Issue
Block a user