added Wcfg file parser and CLI
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
plugins {
|
||||
alias(catalog.plugins.envelope)
|
||||
id 'me.champeau.jmh' version '0.7.1'
|
||||
}
|
||||
|
||||
envelopeJar {
|
||||
@@ -21,4 +22,15 @@ dependencies {
|
||||
implementation catalog.jackson.databind
|
||||
|
||||
runtimeOnly project(':test-utils')
|
||||
|
||||
jmhAnnotationProcessor catalog.lombok
|
||||
}
|
||||
|
||||
jmh {
|
||||
threads = 1
|
||||
iterations = 2
|
||||
fork = 1
|
||||
warmupIterations = 1
|
||||
warmupForks = 0
|
||||
resultFormat = 'JSON'
|
||||
}
|
Reference in New Issue
Block a user