From aa649d45118f68b71df869885628cb667497dbde Mon Sep 17 00:00:00 2001 From: LepilkinaElena Date: Mon, 28 Oct 2019 11:32:19 +0300 Subject: [PATCH] Decrease attempts number in benchmarks (#3505) --- performance/gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/performance/gradle.properties b/performance/gradle.properties index 6d6894a6b2a..533ffe39cfb 100644 --- a/performance/gradle.properties +++ b/performance/gradle.properties @@ -2,7 +2,7 @@ org.jetbrains.kotlin.native.home=../dist org.jetbrains.kotlin.native.jvmArgs=-Xmx6G jvmWarmup = 10000 nativeWarmup = 20 -attempts = 60 +attempts = 40 jvmBenchResults = jvmBenchResults.json nativeBenchResults = nativeBenchResults.json nativeTextReport = nativeReport.txt