Decrease attempts number in benchmarks (#3505)

This commit is contained in:
LepilkinaElena
2019-10-28 11:32:19 +03:00
committed by GitHub
parent aac2de48fc
commit aa649d4511
+1 -1
View File
@@ -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