9 lines
196 B
Groovy
9 lines
196 B
Groovy
|
plugins {
|
||
|
id "io.morethan.jmhreport" version "0.9.0"
|
||
|
}
|
||
|
|
||
|
jmhReport {
|
||
|
jmhResultPath = project.file('build/reports/jmh/result.json')
|
||
|
jmhReportOutput = project.file('build/reports/jmh')
|
||
|
}
|