Skip to content

Commit 443686e

Browse files
committed
minor refactor: allow jmh format to be parameterised
1 parent 924898f commit 443686e

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

build-logic/src/main/groovy/org.apache.groovy-performance.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ jmh {
5757
includes = ['.*' + project.benchInclude + '.*']
5858
}
5959
includeTests = true
60+
if (project.hasProperty('jmhResultFormat')) {
61+
resultFormat = project.jmhResultFormat
62+
}
6063
}
6164

6265
jmhJar {

0 commit comments

Comments
 (0)