Decrease JVM warmup iterations (#4012)

This commit is contained in:
LepilkinaElena
2020-03-23 12:21:55 +03:00
committed by GitHub
parent bc5f144d2a
commit 839c995266
+1 -1
View File
@@ -1,6 +1,6 @@
kotlin.native.home=../dist
org.jetbrains.kotlin.native.jvmArgs=-Xmx6G
jvmWarmup = 10000
jvmWarmup = 1000
nativeWarmup = 20
attempts = 40
jvmBenchResults = jvmBenchResults.json