1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "framework": "falcon",
- "tests": [{
- "default": {
- "setup_file": "setup",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "falcon",
- "language": "Python",
- "orm": "Raw",
- "platform": "Gunicorn/Meinheld",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "falcon",
- "notes": "CPython 2",
- "versus": "wsgi"
- },
- "py3": {
- "setup_file": "setup_py3",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "falcon",
- "language": "Python",
- "orm": "Raw",
- "platform": "Gunicorn/Meinheld",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "falcon-py3",
- "notes": "CPython 3",
- "versus": "wsgi"
- },
- "pypy": {
- "setup_file": "setup_pypy",
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "falcon",
- "language": "Python",
- "orm": "Raw",
- "platform": "Gunicorn/Tornado",
- "webserver": "None",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "falcon-pypy",
- "notes": "PyPy",
- "versus": "wsgi"
- }
- }]
- }
|