msmith-techempower 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
..
src 08613dac9e fixed transactions in Update test to be one commit per read/write. Not one commit per batch. Improved Helper class to use Optional properly and not do Null checks 10 years ago
README.md 934cde0d3e Added postgres test. 10 years ago
benchmark_config.json 934cde0d3e Added postgres test. 10 years ago
hello-world-mongo.yml 934cde0d3e Added postgres test. 10 years ago
hello-world-mysql.yml 934cde0d3e Added postgres test. 10 years ago
hello-world-postgres.yml 934cde0d3e Added postgres test. 10 years ago
pom.xml a4e8d57bdc updated DW version to 0.8.1 and mongojack to 2.3.0 10 years ago
setup_mongo.sh 934cde0d3e Added postgres test. 10 years ago
setup_mysql.sh 0abeb33881 Merge branch 'master' into remove-install-scripts 10 years ago
setup_postgres.sh 934cde0d3e Added postgres test. 10 years ago
source_code 934cde0d3e Added postgres test. 10 years ago

README.md

Dropwizard Benchmarking Test

This project consists of 3 tests:

  • MySql and Postgres - uses: HelloWorldService.java and HelloWorldConfiguration.java
  • MongoDB - uses: HelloMongoService.java and HelloMongoConfiguration.java

All other resources and model code are shared. The main *Service.java is set based on maven profiles. Respective .yml configuration files are specified in each setup_*.sh script.