[hibernate-commits] [hibernate/hibernate-validator] 2cfb5c: HV-621 Updating performance framework

GitHub noreply at github.com
Mon Nov 12 05:05:09 EST 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 2cfb5cea409960464d42d991b63bd041762a60fa
      https://github.com/hibernate/hibernate-validator/commit/2cfb5cea409960464d42d991b63bd041762a60fa
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-11-12 (Mon, 12 Nov 2012)

  Changed paths:
    M performance/pom.xml
    M performance/readme.md
    R performance/src/jmx/cascaded.jmx
    A performance/src/jmx/hv-jmeter-tests.jmx
    R performance/src/jmx/simple-cached-validator-factory.jmx
    R performance/src/jmx/simple-uncached-validator-factory.jmx
    R performance/src/jmx/statistical.jmx
    M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java
    M pom.xml

  Log Message:
  -----------
  HV-621 Updating performance framework


  Commit: 135e64f1074c912f5a09982cf028121ef44c665d
      https://github.com/hibernate/hibernate-validator/commit/135e64f1074c912f5a09982cf028121ef44c665d
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-11-12 (Mon, 12 Nov 2012)

  Changed paths:
    M performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java

  Log Message:
  -----------
  HV-621 Adding a multi threaded test for profiling purposes


  Commit: 112e3edbad1e5d232cabcbe5e5f412dd7dd2785d
      https://github.com/hibernate/hibernate-validator/commit/112e3edbad1e5d232cabcbe5e5f412dd7dd2785d
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-11-12 (Mon, 12 Nov 2012)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/groups/ValidationOrderGenerator.java

  Log Message:
  -----------
  HV-621 Treating Default group (which is probably most often used) special to avoid expensive and potentially locking reflection calls


  Commit: 9d97baab5900b4e0507eea7e13a908f386c92cd2
      https://github.com/hibernate/hibernate-validator/commit/9d97baab5900b4e0507eea7e13a908f386c92cd2
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-11-12 (Mon, 12 Nov 2012)

  Changed paths:
    M performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java
    M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java

  Log Message:
  -----------
  HV-621 Removing obsolete dummy setup method in StatisticalValidationTest and changed CascadedValidationTest to not require a case for the thread pool executor.


  Commit: 2f903926f1f5d8057efa1381c468392eeb4ebb45
      https://github.com/hibernate/hibernate-validator/commit/2f903926f1f5d8057efa1381c468392eeb4ebb45
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2012-11-12 (Mon, 12 Nov 2012)

  Changed paths:
    M performance/src/main/java/org/hibernate/validator/performance/cascaded/CascadedValidationTest.java

  Log Message:
  -----------
  HV-621: Improving documentation


Compare: https://github.com/hibernate/hibernate-validator/compare/f59ede39de5d...2f903926f1f5


More information about the hibernate-commits mailing list