benchmark_config 615 B

1234567891011121314151617181920212223242526
  1. {
  2. "framework": "spark",
  3. "tests": [{
  4. "default": {
  5. "setup_file": "setup",
  6. "json_url": "/spark/json",
  7. "db_url": "/spark/db",
  8. "query_url": "/spark/db?queries=",
  9. "plaintext_url": "/spark/plaintext",
  10. "port": 8080,
  11. "approach": "Realistic",
  12. "classification": "Micro",
  13. "database": "MySQL",
  14. "framework": "spark",
  15. "language": "Java",
  16. "orm": "Full",
  17. "platform": "Servlet",
  18. "webserver": "Resin",
  19. "os": "Linux",
  20. "database_os": "Linux",
  21. "display_name": "spark",
  22. "notes": "",
  23. "versus": "servlet"
  24. }
  25. }]
  26. }