Skip to content

Commit e5d86e7

Browse files
bomanapssiladu
andauthored
emit JMH results as JSON (#10747)
Signed-off-by: bomanaps <mercy.boma35@yahoo.com> Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
1 parent a74b774 commit e5d86e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ subprojects {
802802
jmh {
803803
jmhVersion = '1.37'
804804
fork = 3
805+
resultFormat = 'JSON'
805806
var inc = _strListCmdArg('includes', [''])
806807
includes = inc.size() > 1 ? [".*(${inc.join('|')}).*"] : inc
807808
excludes = _strListCmdArg('excludes', [])

0 commit comments

Comments
 (0)