benchmark_config.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "framework": "httpserver",
  3. "tests": [
  4. {
  5. "default": {
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "None",
  13. "language": "Java",
  14. "flavor": "None",
  15. "orm": "Raw",
  16. "platform": "httpserver",
  17. "webserver": "None",
  18. "os": "Linux",
  19. "database_os": "Linux",
  20. "display_name": "httpserver",
  21. "notes": "",
  22. "versus": ""
  23. },
  24. "postgres": {
  25. "fortune_url": "/fortunes",
  26. "port": 8080,
  27. "approach": "Realistic",
  28. "classification": "Platform",
  29. "database": "Postgres",
  30. "framework": "None",
  31. "language": "Java",
  32. "flavor": "None",
  33. "orm": "Raw",
  34. "platform": "httpserver",
  35. "webserver": "None",
  36. "os": "Linux",
  37. "database_os": "Linux",
  38. "display_name": "httpserver-postgres",
  39. "notes": "",
  40. "versus": ""
  41. }
  42. }
  43. ]
  44. }