Added jmh support in "Verifying Your Code"

This commit is contained in:
Bruce Eckel 2016-08-10 15:38:02 -06:00
parent e0e7ced3d7
commit b0b9fa3499

View File

@ -223,6 +223,9 @@ project(':verifying') {
dependencies {
compile 'junit:junit:4.12'
}
jmh {
include = 'verifying.jmhtests.*'
}
}
project(':understandingcollections') {