benchmark_config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "framework": "hanami",
  3. "tests": [{
  4. "default": {
  5. "json_url": "/hello_world/json",
  6. "db_url": "/hello_world/db",
  7. "query_url": "/hello_world/query?queries=",
  8. "fortune_url": "/fortune",
  9. "update_url": "/update?queries=",
  10. "plaintext_url": "/plaintext",
  11. "port": 8080,
  12. "approach": "Realistic",
  13. "classification": "Fullstack",
  14. "database": "MySQL",
  15. "framework": "hanami",
  16. "language": "Ruby",
  17. "orm": "Full",
  18. "platform": "Rack",
  19. "webserver": "Puma",
  20. "os": "Linux",
  21. "database_os": "Linux",
  22. "display_name": "hanami-puma-mri",
  23. "notes": "",
  24. "versus": "rack-puma-mri"
  25. },
  26. "unicorn": {
  27. "json_url": "/hello_world/json",
  28. "db_url": "/hello_world/db",
  29. "query_url": "/hello_world/query?queries=",
  30. "fortune_url": "/fortune",
  31. "update_url": "/update?queries=",
  32. "plaintext_url": "/plaintext",
  33. "port": 8080,
  34. "approach": "Realistic",
  35. "classification": "Fullstack",
  36. "database": "MySQL",
  37. "framework": "hanami",
  38. "language": "Ruby",
  39. "orm": "Full",
  40. "platform": "Rack",
  41. "webserver": "Unicorn",
  42. "os": "Linux",
  43. "database_os": "Linux",
  44. "display_name": "hanami-unicorn-mri",
  45. "notes": "",
  46. "versus": "rack-unicorn-mri"
  47. }
  48. }]
  49. }