Donovan Muller e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
..
play2-java 710761cce2 Better, more generic Server header 10 years ago
play2-java-ebean-bonecp e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
play2-java-ebean-hikaricp e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
play2-java-jpa 3f186de069 Merge remote-tracking branch 'remotes/upstream/master' 10 years ago
play2-java-jpa-bonecp e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
play2-java-jpa-hikaricp e40fec2ba8 Updated /update test in relation to this comment: https://github.com/TechEmpower/FrameworkBenchmarks/pull/1166#discussion_r19762334 10 years ago
README.md b3ad9429d8 Remove or document code duplicated between play2-java and scala 11 years ago
__init__.py d39c22b16c Merge branch 'master' of TechEmpower/FrameworkBenchmarks into toolset-fix-448 11 years ago
bash_profile.sh d39c22b16c Merge branch 'master' of TechEmpower/FrameworkBenchmarks into toolset-fix-448 11 years ago
benchmark_config 0a57b1d18c Updated all benchmarks to Play 2.3.6 and Scala 2.11.4. 10 years ago
generate_config.py 0a57b1d18c Updated all benchmarks to Play 2.3.6 and Scala 2.11.4. 10 years ago
install.sh d39c22b16c Merge branch 'master' of TechEmpower/FrameworkBenchmarks into toolset-fix-448 11 years ago
setup_common.py b3ad9429d8 Remove or document code duplicated between play2-java and scala 11 years ago
setup_java.py b3ad9429d8 Remove or document code duplicated between play2-java and scala 11 years ago
setup_java_ebean.py b3ad9429d8 Remove or document code duplicated between play2-java and scala 11 years ago
setup_java_ebean_bonecp.py 0a57b1d18c Updated all benchmarks to Play 2.3.6 and Scala 2.11.4. 10 years ago
setup_java_ebean_hikaricp.py 0a57b1d18c Updated all benchmarks to Play 2.3.6 and Scala 2.11.4. 10 years ago
setup_java_jpa.py ae30b023c2 Moved play-java-jpa to play2-java/play2-java-jpa 11 years ago
setup_java_jpa_bonecp.py 0a57b1d18c Updated all benchmarks to Play 2.3.6 and Scala 2.11.4. 10 years ago
setup_java_jpa_hikaricp.py 66e1a070ed Added the remaining tests. 10 years ago

README.md

play2-java framework tests

  1. Add new test applications in subdirectories named either play2-java or play2-java-orm.
  2. Edit frameworks/Java/play2-java/generate_config.py and add configuration for the new test applications.
  3. Run python frameworks/Java/play2-java/generate_config.py to generate a new benchmark_config file and to generate a setup_*.py file for your test application.