#78 - Fix filtering in selective benchmark execution.
This commit is contained in:
@@ -145,6 +145,7 @@ public class Microbenchmark extends BlockJUnit4ClassRunner {
|
|||||||
if (filter.shouldRun(describeChild(it))) {
|
if (filter.shouldRun(describeChild(it))) {
|
||||||
try {
|
try {
|
||||||
filter.apply(it);
|
filter.apply(it);
|
||||||
|
return true;
|
||||||
} catch (NoTestsRemainException e) {
|
} catch (NoTestsRemainException e) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user