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
|
org.jetbrains.kotlin.native.jvmArgs=-Xmx6G
|
||||||
jvmWarmup = 10000
|
jvmWarmup = 10000
|
||||||
nativeWarmup = 20
|
nativeWarmup = 20
|
||||||
attempts = 60
|
attempts = 40
|
||||||
jvmBenchResults = jvmBenchResults.json
|
jvmBenchResults = jvmBenchResults.json
|
||||||
nativeBenchResults = nativeBenchResults.json
|
nativeBenchResults = nativeBenchResults.json
|
||||||
nativeTextReport = nativeReport.txt
|
nativeTextReport = nativeReport.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user