benchmark_config 626 B

12345678910111213141516171819202122232425
  1. {
  2. "framework": "dropwizard-mongodb",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/json",
  7. "db_url": "/db",
  8. "query_url": "/db?queries=",
  9. "port": 9000,
  10. "approach": "Realistic",
  11. "classification": "Fullstack",
  12. "database": "MongoDB",
  13. "framework": "dropwizard",
  14. "language": "Java",
  15. "orm": "Full",
  16. "platform": "Jetty",
  17. "webserver": "Jetty",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "dropwizard-mongodb",
  21. "notes": "mongodb implementation of dropwizard example",
  22. "versus": ""
  23. }
  24. }]
  25. }