12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "framework": "rails",
- "tests": [{
- "ruby": {
- "setup_file": "setup_ruby",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/db?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Unicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rails",
- "notes": "",
- "versus": "rack"
- },
- "jruby": {
- "setup_file": "setup_jruby",
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/db?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "rails",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "TorqBox",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rails",
- "notes": "",
- "versus": "rack"
- }
- }]
- }
|