Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit e9babcb

Browse files
committed
ベンチマーク軽量化
1 parent 90eddb3 commit e9babcb

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build.gradle.kts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,11 +57,15 @@ tasks {
5757
}
5858

5959
jmh {
60-
fork = 3
61-
iterations = 3
62-
threads = 3
60+
warmupForks = 2
6361
warmupBatchSize = 3
6462
warmupIterations = 3
63+
warmup = "1s"
64+
65+
fork = 2
66+
batchSize = 3
67+
iterations = 2
68+
timeOnIteration = "1500ms"
6569

6670
failOnError = true
6771
isIncludeTests = false

0 commit comments

Comments
 (0)