diff --git a/ddprof-stresstest/build.gradle b/ddprof-stresstest/build.gradle index 9f0737113..32040a2b7 100644 --- a/ddprof-stresstest/build.gradle +++ b/ddprof-stresstest/build.gradle @@ -22,6 +22,13 @@ sourceSets { } } +jmh { + iterations = 3 + timeOnIteration = '3s' + warmup = '1s' + warmupIterations = 3 +} + jmhJar { manifest { attributes(