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