Matthias Kurz 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
..
play2-java 12bab414b2 Try some netty configs in Play 2 projects (#4716) 6 年之前
play2-java-ebean-hikaricp 12bab414b2 Try some netty configs in Play 2 projects (#4716) 6 年之前
play2-java-jooq-hikaricp 12bab414b2 Try some netty configs in Play 2 projects (#4716) 6 年之前
play2-java-jpa-hikaricp 12bab414b2 Try some netty configs in Play 2 projects (#4716) 6 年之前
README.md 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 年之前
benchmark_config.json a08d0d9dcb Port play java tests to docker (#3370) 7 年之前
play2-java-ebean-hikaricp-netty.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-ebean-hikaricp.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-jooq-hikaricp-netty.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-jooq-hikaricp.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-jpa-hikaricp-netty.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-jpa-hikaricp.dockerfile 711b2d3b5a Play2: Use total CPU thread count (hyperthreading) for db pool size (#4749) 6 年之前
play2-java-netty.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 年之前
play2-java.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 年之前

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.json file and to generate a setup_*.py file for your test application.