@@ -77,24 +77,24 @@ To run a specific benchmark:
7777
7878At the moment the following benchmarks are defined:
7979
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 )
8181
8282A simple bean with a random number of failing constraints gets initialized and validated. The test is once executed with
8383a shared _ ValidatorFactory_ and once the factory is recreated on each invocation.
8484
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 )
8686
8787Simple bean with cascaded validation which gets executed over and over.
8888
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 )
9090
9191Validation of a bean containing a lot of beans to cascade to.
9292
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 )
9494
9595This test has a few more constraints than the previous one, allowing to test our hypothesis in more realistic situation.
9696
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 )
9898
9999A number of _ TestEntity_s is created where each entity contains a property for each built-in constraint type and also a reference
100100to another _ TestEntity_ . All constraints are evaluated by a single ConstraintValidator implementation which fails a specified
0 commit comments