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 1010import java .util .stream .Stream ;
1111
1212import org .hibernate .validator .performance .cascaded .CascadedValidation ;
13+ import org .hibernate .validator .performance .cascaded .CascadedWithLotsOfItemsValidation ;
1314import org .hibernate .validator .performance .simple .SimpleValidation ;
1415import org .hibernate .validator .performance .statistical .StatisticalValidation ;
1516
@@ -33,6 +34,7 @@ public final class BenchmarkRunner {
3334 private static final Stream <? extends Class <?>> DEFAULT_TEST_CLASSES = Stream .of (
3435 SimpleValidation .class .getName (),
3536 CascadedValidation .class .getName (),
37+ CascadedWithLotsOfItemsValidation .class .getName (),
3638 StatisticalValidation .class .getName (),
3739 // Benchmarks specific to Bean Validation 2.0
3840 // 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