1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- {
- "framework": "fastwsgi",
- "tests": [{
- "default": {
- "json_url": "/json",
- "plaintext_url": "/plaintext",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "None",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "WSGI",
- "webserver": "FastWSGI",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "FastWSGI",
- "notes": "",
- "versus": "wsgi"
- },
- "asgi": {
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "update_url": "/updates?queries=",
- "cached_query_url": "/cached-queries?count=",
- "fortune_url": "/fortunes",
- "port": 3000,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Postgres",
- "framework": "None",
- "language": "Python",
- "flavor": "Python3",
- "orm": "Raw",
- "platform": "ASGI",
- "webserver": "FastWSGI",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "FastWSGI [ASGI]",
- "notes": "",
- "versus": "uvicorn"
- }
- }]
- }
|