File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
performance/src/main/java/org/hibernate/validator/performance Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 10
10
import java .util .stream .Stream ;
11
11
12
12
import org .hibernate .validator .performance .cascaded .CascadedValidation ;
13
+ import org .hibernate .validator .performance .cascaded .CascadedWithLotsOfItemsValidation ;
13
14
import org .hibernate .validator .performance .simple .SimpleValidation ;
14
15
import org .hibernate .validator .performance .statistical .StatisticalValidation ;
15
16
@@ -33,6 +34,7 @@ public final class BenchmarkRunner {
33
34
private static final Stream <? extends Class <?>> DEFAULT_TEST_CLASSES = Stream .of (
34
35
SimpleValidation .class .getName (),
35
36
CascadedValidation .class .getName (),
37
+ CascadedWithLotsOfItemsValidation .class .getName (),
36
38
StatisticalValidation .class .getName (),
37
39
// Benchmarks specific to Bean Validation 2.0
38
40
// Tests are located in a separate source folder only added for implementations compatible with BV 2.0
You can’t perform that action at this time.
0 commit comments