Added jmh support in "Verifying Your Code"
This commit is contained in:
parent
e0e7ced3d7
commit
b0b9fa3499
@ -223,6 +223,9 @@ project(':verifying') {
|
||||
dependencies {
|
||||
compile 'junit:junit:4.12'
|
||||
}
|
||||
jmh {
|
||||
include = 'verifying.jmhtests.*'
|
||||
}
|
||||
}
|
||||
|
||||
project(':understandingcollections') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user