Decrease attempts number in benchmarks (#3505)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user