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() {
52
52
@ Fork (value = 1 )
53
53
@ Threads (50 )
54
54
@ Warmup (iterations = 10 )
55
- @ Measurement (iterations = 50 )
55
+ @ Measurement (iterations = 20 )
56
56
public void testCascadedValidation (CascadedValidationState state , Blackhole bh ) {
57
57
// TODO graphs needs to be generated and deeper
58
58
Person kermit = new Person ( "kermit" );
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ public static class ValidationState {
69
69
@ Fork (value = 1 )
70
70
@ Threads (50 )
71
71
@ Warmup (iterations = 10 )
72
- @ Measurement (iterations = 50 )
72
+ @ Measurement (iterations = 20 )
73
73
public void testSimpleBeanValidation (ValidationState state , Blackhole bh ) {
74
74
DriverSetup driverSetup = new DriverSetup ( state );
75
75
Set <ConstraintViolation <Driver >> violations = state .validator .validate ( driverSetup .getDriver () );
You can’t perform that action at this time.
0 commit comments