From 839c99526656048c71ad6098d877366b90416905 Mon Sep 17 00:00:00 2001 From: LepilkinaElena Date: Mon, 23 Mar 2020 12:21:55 +0300 Subject: [PATCH] Decrease JVM warmup iterations (#4012) --- performance/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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