1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- {
- "framework": "web2py",
- "tests": [{
- "default": {
- "plaintext_url": "/standard/plaintext",
- "json_url": "/standard/json",
- "db_url": "/standard/db",
- "query_url": "/standard/queries?queries=",
- "fortune_url": "/standard/fortune",
- "update_url": "/standard/updates?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "web2py",
- "language": "Python",
- "flavor": "Python2",
- "orm": "Full",
- "platform": "Meinheld",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "web2py-standard",
- "notes": "CPython 2.7",
- "versus": "wsgi"
- },
- "optimized": {
- "plaintext_url": "/optimized/plaintext",
- "json_url": "/optimized/json",
- "db_url": "/optimized/db",
- "query_url": "/optimized/queries?queries=",
- "fortune_url": "/optimized/fortune",
- "update_url": "/optimized/updates?queries=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Fullstack",
- "database": "MySQL",
- "framework": "web2py",
- "language": "Python",
- "orm": "Full",
- "platform": "Meinheld",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "web2py-optimized",
- "notes": "CPython 2.7",
- "versus": "wsgi"
- }
- }]
- }
|