benchmark_config.json 713 B

12345678910111213141516171819202122232425262728
  1. {
  2. "framework": "grails",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/hello/json",
  6. "db_url": "/hello/db",
  7. "query_url": "/hello/queries?queries=",
  8. "fortune_url": "/hello/fortunes",
  9. "update_url": "/hello/updates?queries=",
  10. "plaintext_url": "/hello/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "MySQL",
  15. "framework": "Grails",
  16. "language": "Groovy",
  17. "flavor": "Groovy2",
  18. "orm": "Full",
  19. "platform": "Servlet",
  20. "webserver": "None",
  21. "os": "Linux",
  22. "database_os": "Linux",
  23. "display_name": "Grails",
  24. "notes": "",
  25. "versus": "servlet"
  26. }
  27. }]
  28. }