File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
performance/src/main/java/org/hibernate/validator/performance Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ public CascadedValidationState() {
5252 @ Fork (value = 1 )
5353 @ Threads (50 )
5454 @ Warmup (iterations = 10 )
55- @ Measurement (iterations = 50 )
55+ @ Measurement (iterations = 20 )
5656 public void testCascadedValidation (CascadedValidationState state , Blackhole bh ) {
5757 // TODO graphs needs to be generated and deeper
5858 Person kermit = new Person ( "kermit" );
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static class ValidationState {
6969 @ Fork (value = 1 )
7070 @ Threads (50 )
7171 @ Warmup (iterations = 10 )
72- @ Measurement (iterations = 50 )
72+ @ Measurement (iterations = 20 )
7373 public void testSimpleBeanValidation (ValidationState state , Blackhole bh ) {
7474 DriverSetup driverSetup = new DriverSetup ( state );
7575 Set <ConstraintViolation <Driver >> violations = state .validator .validate ( driverSetup .getDriver () );
You can’t perform that action at this time.
0 commit comments