Skip to content

Commit

Permalink
HV-1480 Add the new benchmark to the default benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet authored and gunnarmorling committed Oct 18, 2017
1 parent 22dad48 commit b74d320
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -10,6 +10,7 @@
import java.util.stream.Stream;

import org.hibernate.validator.performance.cascaded.CascadedValidation;
import org.hibernate.validator.performance.cascaded.CascadedWithLotsOfItemsValidation;
import org.hibernate.validator.performance.simple.SimpleValidation;
import org.hibernate.validator.performance.statistical.StatisticalValidation;

Expand All @@ -33,6 +34,7 @@ public final class BenchmarkRunner {
private static final Stream<? extends Class<?>> DEFAULT_TEST_CLASSES = Stream.of(
SimpleValidation.class.getName(),
CascadedValidation.class.getName(),
CascadedWithLotsOfItemsValidation.class.getName(),
StatisticalValidation.class.getName(),
// Benchmarks specific to Bean Validation 2.0
// Tests are located in a separate source folder only added for implementations compatible with BV 2.0
Expand Down

0 comments on commit b74d320

Please sign in to comment.