[hibernate-commits] [hibernate/hibernate-validator] 5bf1a9: HV-100 First attempt to build a performance test h...

GitHub noreply at github.com
Fri Apr 20 13:05:09 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-validator
  Commit: 5bf1a9dadb10031c48bbee1e6a31f4dc03e20fa2
      https://github.com/hibernate/hibernate-validator/commit/5bf1a9dadb10031c48bbee1e6a31f4dc03e20fa2
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-16 (Mon, 16 Apr 2012)

  Changed paths:
    M .gitignore
    A hibernate-validator-perftest/pom.xml
    A hibernate-validator-perftest/readme.md
    A hibernate-validator-perftest/src/main/java/org/hibernate/validator/perf/simple/SimpleValidationTest.java
    A hibernate-validator-perftest/src/main/resources/hv.jmx
    M pom.xml

  Log Message:
  -----------
  HV-100 First attempt to build a performance test hanress using JMeter and the jmeter manve plugin


  Commit: 8c6dc1fe4aba300c7e666daffc18f1c1b3610e13
      https://github.com/hibernate/hibernate-validator/commit/8c6dc1fe4aba300c7e666daffc18f1c1b3610e13
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    R hibernate-validator-perftest/pom.xml
    R hibernate-validator-perftest/readme.md
    R hibernate-validator-perftest/src/main/java/org/hibernate/validator/perf/simple/SimpleValidationTest.java
    R hibernate-validator-perftest/src/main/resources/hv.jmx
    A performance/pom.xml
    A performance/readme.md
    A performance/src/jmeter/hv-cascaded.jmx
    A performance/src/jmeter/hv-simple.jmx
    A performance/src/jmeter/hv.jprof
    A performance/src/main/java/org/hibernate/validator/perf/simple/SimpleValidationTest.java

  Log Message:
  -----------
  HV-100 Rebasing onto latest master and adjusting module name


  Commit: 1ccabae81fd8ee5d66ffa90c3c2b59ffca6b1355
      https://github.com/hibernate/hibernate-validator/commit/1ccabae81fd8ee5d66ffa90c3c2b59ffca6b1355
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    M performance/pom.xml
    A performance/src/jmeter/cascaded.jmx
    R performance/src/jmeter/hv-cascaded.jmx
    R performance/src/jmeter/hv-simple.jmx
    A performance/src/jmeter/simple.jmx
    A performance/src/jmeter/statistical.jmx
    R performance/src/main/java/org/hibernate/validator/perf/simple/SimpleValidationTest.java
    A performance/src/main/java/org/hibernate/validator/performance/simple/SimpleValidationTest.java
    A performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java
    A performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java
    A performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java
    A performance/src/main/resources/log4j.properties
    A performance/src/main/resources/org/hibernate/validator/performance/statistical/mapping.xml
    M pom.xml

  Log Message:
  -----------
  HV-100 Adding statistical test entity


  Commit: 787473acf84dbb3b1c0f6e937c4ea507d1e9a8d2
      https://github.com/hibernate/hibernate-validator/commit/787473acf84dbb3b1c0f6e937c4ea507d1e9a8d2
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-18 (Wed, 18 Apr 2012)

  Changed paths:
    A performance/src/jmeter/simple-cached-validator-factory.jmx
    A performance/src/jmeter/simple-uncached-validator-factory.jmx
    R performance/src/jmeter/simple.jmx
    M performance/src/jmeter/statistical.jmx
    M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java
    M performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java

  Log Message:
  -----------
  HV-100 Configuring the statistical test


  Commit: 94d6b8532329df33929a51c37ba61697690c52b1
      https://github.com/hibernate/hibernate-validator/commit/94d6b8532329df33929a51c37ba61697690c52b1
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

  Changed paths:
    M engine/src/main/java/org/hibernate/validator/internal/engine/StandardValidationContext.java
    M performance/pom.xml
    M performance/readme.md
    M performance/src/jmeter/cascaded.jmx
    M performance/src/jmeter/simple-cached-validator-factory.jmx
    M performance/src/jmeter/simple-uncached-validator-factory.jmx
    M performance/src/jmeter/statistical.jmx
    A performance/src/main/java/org/hibernate/validator/performance/simple/CascadedValidationTest.java
    M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalConstraintValidator.java
    M performance/src/main/java/org/hibernate/validator/performance/statistical/StatisticalValidationTest.java
    M performance/src/main/java/org/hibernate/validator/performance/statistical/TestEntity.java
    M performance/src/main/resources/log4j.properties
    M performance/src/main/resources/org/hibernate/validator/performance/statistical/mapping.xml

  Log Message:
  -----------
  HV-100 Further test refactoring. Splitting out CascadedValidationTest. Removing random depth generation in StatisticalValidationTest


  Commit: 76fd73fa12e850f2ca5fe0a42738ba31d8bd31fa
      https://github.com/hibernate/hibernate-validator/commit/76fd73fa12e850f2ca5fe0a42738ba31d8bd31fa
  Author: Hardy Ferentschik <hibernate at ferentschik.de>
  Date:   2012-04-20 (Fri, 20 Apr 2012)

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

  Log Message:
  -----------
  HV-100 Getting ready for a first pull request. Adjusting test paramters. Cleaning up tests and package names. Adding information to readme


Compare: https://github.com/hibernate/hibernate-validator/compare/b6a896f...76fd73f


More information about the hibernate-commits mailing list