Radoslav Petrov 2e003dc3c1 Disable gzip response encoding in Java/dropwizard (#2647) 8 years ago
..
src cc6768c351 Resolve #2589 (#2601) 8 years ago
README.md 934cde0d3e Added postgres test. 10 years ago
benchmark_config.json 8405a148db Updated webserver/frontend field to 'Jetty' (#2608) 8 years ago
hello-world-mongo.yml 2e003dc3c1 Disable gzip response encoding in Java/dropwizard (#2647) 8 years ago
hello-world-mysql.yml 2e003dc3c1 Disable gzip response encoding in Java/dropwizard (#2647) 8 years ago
hello-world-postgres.yml 2e003dc3c1 Disable gzip response encoding in Java/dropwizard (#2647) 8 years ago
pom.xml cc6768c351 Resolve #2589 (#2601) 8 years ago
setup_mongo.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
setup_mysql.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) 8 years ago
setup_postgresql.sh 27fffd8f20 Java/dropwizard fix (#2440) 8 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.