12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "framework": "rack",
- "tests": [{
- "ruby": {
- "setup_file": "setup_ruby",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "rack",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Unicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rack",
- "notes": "",
- "versus": ""
- },
- "jruby": {
- "setup_file": "setup_jruby",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "rack",
- "language": "Ruby",
- "orm": "Full",
- "platform": "JRuby",
- "webserver": "TorqBox",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "rack",
- "notes": "",
- "versus": ""
- }
- }]
- }
|