Skip to content

Commit a970753

Browse files
committed
Possibility to run JMH benchmarks without JAR build
It is very handy to start a benchmark directly from within IntelliJ.
1 parent 2d19c78 commit a970753

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ dependencies {
150150
// this is needed for the idea jmh plugin to work correctly
151151
jmh 'org.openjdk.jmh:jmh-core:1.37'
152152
jmh 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
153+
jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
153154

154155
errorprone 'com.uber.nullaway:nullaway:0.12.7'
155156
errorprone 'com.google.errorprone:error_prone_core:2.40.0'

0 commit comments

Comments
 (0)