@@ -77,24 +77,24 @@ To run a specific benchmark:
77
77
78
78
At the moment the following benchmarks are defined:
79
79
80
- ### [ SimpleValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/java /org/hibernate/validator/performance/simple/SimpleValidation.java )
80
+ ### [ SimpleValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/jakarta /org/hibernate/validator/performance/simple/SimpleValidation.java )
81
81
82
82
A simple bean with a random number of failing constraints gets initialized and validated. The test is once executed with
83
83
a shared _ ValidatorFactory_ and once the factory is recreated on each invocation.
84
84
85
- ### [ CascadedValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/java /org/hibernate/validator/performance/cascaded/CascadedValidation.java )
85
+ ### [ CascadedValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/jakarta /org/hibernate/validator/performance/cascaded/CascadedValidation.java )
86
86
87
87
Simple bean with cascaded validation which gets executed over and over.
88
88
89
- ### [ CascadedWithLotsOfItemsValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/java /org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsValidation.java )
89
+ ### [ CascadedWithLotsOfItemsValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/jakarta /org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsValidation.java )
90
90
91
91
Validation of a bean containing a lot of beans to cascade to.
92
92
93
- ### [ CascadedWithLotsOfItemsAndMoreConstraintsValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/java /org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsAndMoreConstraintsValidation.java )
93
+ ### [ CascadedWithLotsOfItemsAndMoreConstraintsValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/jakarta /org/hibernate/validator/performance/cascaded/CascadedWithLotsOfItemsAndMoreConstraintsValidation.java )
94
94
95
95
This test has a few more constraints than the previous one, allowing to test our hypothesis in more realistic situation.
96
96
97
- ### [ StatisticalValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/java /org/hibernate/validator/performance/statistical/StatisticalValidation.java )
97
+ ### [ StatisticalValidation] ( https://github.com/hibernate/hibernate-validator/blob/main/performance/src/main/jakarta /org/hibernate/validator/performance/statistical/StatisticalValidation.java )
98
98
99
99
A number of _ TestEntity_s is created where each entity contains a property for each built-in constraint type and also a reference
100
100
to another _ TestEntity_ . All constraints are evaluated by a single ConstraintValidator implementation which fails a specified
0 commit comments