benchmark_config 1010 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "framework": "rack",
  3. "tests": [{
  4. "ruby": {
  5. "setup_file": "setup_ruby",
  6. "json_url": "/json",
  7. "plaintext_url": "/plaintext",
  8. "port": 8080,
  9. "approach": "Realistic",
  10. "classification": "Platform",
  11. "database": "None",
  12. "framework": "rack",
  13. "language": "Ruby",
  14. "orm": "Full",
  15. "platform": "Rack",
  16. "webserver": "Unicorn",
  17. "os": "Linux",
  18. "database_os": "Linux",
  19. "display_name": "rack",
  20. "notes": "",
  21. "versus": ""
  22. },
  23. "jruby": {
  24. "setup_file": "setup_jruby",
  25. "json_url": "/json",
  26. "plaintext_url": "/plaintext",
  27. "port": 8080,
  28. "approach": "Realistic",
  29. "classification": "Platform",
  30. "database": "None",
  31. "framework": "rack",
  32. "language": "Ruby",
  33. "orm": "Full",
  34. "platform": "JRuby",
  35. "webserver": "TorqBox",
  36. "os": "Linux",
  37. "database_os": "Linux",
  38. "display_name": "rack",
  39. "notes": "",
  40. "versus": ""
  41. }
  42. }]
  43. }