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

Commit c1fb9c0

Browse files
committed
ベンチマーク関係の設定を追加
1 parent dd2ccaf commit c1fb9c0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

build.gradle.kts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@ tasks {
5555
finalizedBy(jacocoTestReport)
5656
}
5757
}
58+
59+
jmh {
60+
fork = 3
61+
iterations = 3
62+
threads = 3
63+
warmupBatchSize = 3
64+
warmupIterations = 3
65+
}

0 commit comments

Comments
 (0)