12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
- "framework": "hanami",
- "tests": [{
- "default": {
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "hanami",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Puma",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "hanami-puma-mri",
- "notes": "",
- "versus": "rack-puma-mri"
- },
- "unicorn": {
- "json_url": "/hello_world/json",
- "db_url": "/hello_world/db",
- "query_url": "/hello_world/query?queries=",
- "fortune_url": "/fortune",
- "update_url": "/update?queries=",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "hanami",
- "language": "Ruby",
- "orm": "Full",
- "platform": "Rack",
- "webserver": "Unicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "hanami-unicorn-mri",
- "notes": "",
- "versus": "rack-unicorn-mri"
- }
- }]
- }
|