diff --git a/performance/gradle.properties b/performance/gradle.properties index 1b6292a754b..7e7cf32ebb2 100644 --- a/performance/gradle.properties +++ b/performance/gradle.properties @@ -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