Skip to content

Commit b0b9fa3

Browse files
author
Bruce Eckel
committed
Added jmh support in "Verifying Your Code"
1 parent e0e7ced commit b0b9fa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,9 @@ project(':verifying') {
223223
dependencies {
224224
compile 'junit:junit:4.12'
225225
}
226+
jmh {
227+
include = 'verifying.jmhtests.*'
228+
}
226229
}
227230

228231
project(':understandingcollections') {

0 commit comments

Comments
 (0)