Matthias Kurz dc837a9e0a Play2: Change throughput and switch to thread-pool-executor (for db benchmarks) (#4556) 6 years ago
..
play2-java dc837a9e0a Play2: Change throughput and switch to thread-pool-executor (for db benchmarks) (#4556) 6 years ago
play2-java-ebean-hikaricp dc837a9e0a Play2: Change throughput and switch to thread-pool-executor (for db benchmarks) (#4556) 6 years ago
play2-java-jooq-hikaricp dc837a9e0a Play2: Change throughput and switch to thread-pool-executor (for db benchmarks) (#4556) 6 years ago
play2-java-jpa-hikaricp dc837a9e0a Play2: Change throughput and switch to thread-pool-executor (for db benchmarks) (#4556) 6 years ago
README.md 2ee1133c4e Add .json to benchmark_config, Resolve TechEmpower/FrameworkBenchmarks#1095 10 years ago
benchmark_config.json a08d0d9dcb Port play java tests to docker (#3370) 7 years ago
play2-java-ebean-hikaricp-netty.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-ebean-hikaricp.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-jooq-hikaricp-netty.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-jooq-hikaricp.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-jpa-hikaricp-netty.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-jpa-hikaricp.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java-netty.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 years ago
play2-java.dockerfile 0c66a77a81 Play 2: Use PlayMinimalJava plugins because no forms necessary (#4456) 6 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.json file and to generate a setup_*.py file for your test application.