Skip to content

Commit 324b56e

Browse files
gsmetgunnarmorling
authored andcommitted
HV-1480 Add the new benchmark to the default benchmarks
1 parent 1acf669 commit 324b56e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

performance/src/main/java/org/hibernate/validator/performance/BenchmarkRunner.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import java.util.stream.Stream;
1111

1212
import org.hibernate.validator.performance.cascaded.CascadedValidation;
13+
import org.hibernate.validator.performance.cascaded.CascadedWithLotsOfItemsValidation;
1314
import org.hibernate.validator.performance.simple.SimpleValidation;
1415
import 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

0 commit comments

Comments
 (0)