[hibernate-commits] [hibernate/hibernate-validator] 861d37: HV-962 migrated performance tests to JMH
GitHub
noreply at github.com
Mon Oct 17 03:40:02 EDT 2016
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-validator
Commit: 861d37f254f362be353b334ba21890e4e88eafc6
https://github.com/hibernate/hibernate-validator/commit/861d37f254f362be353b334ba21890e4e88eafc6
Author: marko-bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/pom.xml
R performance/src/jmx/hv-jmeter-tests.jmx
A performance/src/main/java/org/hibernate/validator/performance/TestRunner.java
A performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidation.java
R performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java
A performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidation.java
R performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java
A performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidation.java
R performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java
Log Message:
-----------
HV-962 migrated performance tests to JMH
Commit: 7c11cfdca09a2f91a7b689a9155ca94e4b9bca00
https://github.com/hibernate/hibernate-validator/commit/7c11cfdca09a2f91a7b689a9155ca94e4b9bca00
Author: marko.bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/pom.xml
M performance/readme.md
M performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidation.java
M performance/src/main/resources/log4j.properties
M pom.xml
Log Message:
-----------
HV-962 updated readme file for performance module except the profiling section. Moved Random object to state class. Changed logging level from trace to info
Commit: d3d6e2ebab77dbf94af74645a624b656328a2e54
https://github.com/hibernate/hibernate-validator/commit/d3d6e2ebab77dbf94af74645a624b656328a2e54
Author: marko.bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/pom.xml
M performance/readme.md
M performance/src/main/java/org/hibernate/validator/performance/TestRunner.java
Log Message:
-----------
HV-962 updated readme file profiling section of performance module. Added possibility to added profilers. Removed TestNG dependency as it is not needed anymore.
Commit: 8cf95ce5fd8e6e85ae7c02f6fc92ed48eb86d157
https://github.com/hibernate/hibernate-validator/commit/8cf95ce5fd8e6e85ae7c02f6fc92ed48eb86d157
Author: marko.bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/readme.md
Log Message:
-----------
HV-962 updated readme file.
Commit: 7e2376b43d6dd75a95f6c31905ca6b7486eaedea
https://github.com/hibernate/hibernate-validator/commit/7e2376b43d6dd75a95f6c31905ca6b7486eaedea
Author: marko.bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/src/main/java/org/hibernate/validator/performance/TestRunner.java
M performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidation.java
M performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidation.java
M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidation.java
Log Message:
-----------
HV-962 moved run configuration to benchmark definitions.
Commit: 4b27d286ddf4d0a4a41a3beb74630ae63fc99c87
https://github.com/hibernate/hibernate-validator/commit/4b27d286ddf4d0a4a41a3beb74630ae63fc99c87
Author: marko-bekhta <markob at prykladna.lviv.ua>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/pom.xml
M performance/readme.md
M performance/src/main/java/org/hibernate/validator/performance/TestRunner.java
M performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidation.java
Log Message:
-----------
HV-962 updated 5.3 validator version to final. cleaned up documentation.
Commit: e48d7a547bdde0a1572035f2d48ff6a5e30dd456
https://github.com/hibernate/hibernate-validator/commit/e48d7a547bdde0a1572035f2d48ff6a5e30dd456
Author: Gunnar Morling <gunnar.morling at googlemail.com>
Date: 2016-10-17 (Mon, 17 Oct 2016)
Changed paths:
M performance/readme.md
M performance/src/main/java/org/hibernate/validator/performance/TestRunner.java
Log Message:
-----------
HV-962 Some README fixes; creating report file in target dir
Compare: https://github.com/hibernate/hibernate-validator/compare/c16653fbddca...e48d7a547bdd
More information about the hibernate-commits
mailing list