#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))) {
|
||||
try {
|
||||
filter.apply(it);
|
||||
return true;
|
||||
} catch (NoTestsRemainException e) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user