Skip to content

Commit b3b05d6

Browse files
authored
Shorten jmh task execution time (#281)
1 parent ae61732 commit b3b05d6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ddprof-stresstest/build.gradle

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ sourceSets {
2222
}
2323
}
2424

25+
jmh {
26+
iterations = 3
27+
timeOnIteration = '3s'
28+
warmup = '1s'
29+
warmupIterations = 3
30+
}
31+
2532
jmhJar {
2633
manifest {
2734
attributes(

0 commit comments

Comments
 (0)