mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-08 15:13:58 -05:00
NC-1645 JMH benchmarks broken (#13)
Remove the errorprone configuration. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>
This commit is contained in:
@@ -241,12 +241,6 @@ subprojects {
|
||||
if (file('src/jmh').directory) {
|
||||
apply plugin: 'me.champeau.gradle.jmh'
|
||||
|
||||
jmhCompileGeneratedClasses {
|
||||
options.compilerArgs += [
|
||||
'-XepDisableAllChecks'
|
||||
]
|
||||
}
|
||||
|
||||
jmh {
|
||||
// Allows to control JMH execution directly from the command line. I typical execution may look
|
||||
// like:
|
||||
|
||||
Reference in New Issue
Block a user