benchmark_config 1.3 KB

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