12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- {
- "framework": "wsgi",
- "tests": [{
- "default": {
- "setup_file": "setup",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "wsgi",
- "language": "Python",
- "orm": "Raw",
- "platform": "Meinheld",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "wsgi",
- "notes": "",
- "versus": "wsgi"
- },
- "nginx-uwsgi": {
- "setup_file": "setup_nginxuwsgi",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "wsgi",
- "language": "Python",
- "orm": "Raw",
- "platform": "uWSGI",
- "webserver": "nginx",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "wsgi-nginx-uWSGI",
- "notes": "",
- "versus": "wsgi"
- }
- }]
- }
|