123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "framework": "AsyncIO",
- "tests": [{
- "default": {
- "setup_file": "setup",
- "json_url": "/json",
- "db_url": "/db",
- "query_url": "/queries?queries=",
- "fortune_url": "/fortunes",
- "update_url": "/updates?queries=",
- "plaintext_url": "/plaintext",
- "port": 8008,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Postgres",
- "framework": "aiohttp.web",
- "language": "Python",
- "orm": "Raw",
- "platform": "API-Hour",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour+aiohttp.web+pgsql",
- "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + PostgreSQL"
- },
- "redis": {
- "setup_file": "setup",
- "db_url": "/db_redis",
- "query_url": "/queries_redis?queries=",
- "fortune_url": "/fortunes_redis",
- "update_url": "/updates_redis?queries=",
- "port": 8008,
- "approach": "Realistic",
- "classification": "Micro",
- "database": "Redis",
- "framework": "aiohttp.web",
- "language": "Python",
- "orm": "Raw",
- "platform": "API-Hour",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour+aiohttp.web+redis",
- "notes": "Python 3 + API-Hour + AsyncIO + aiohttp.web + Redis"
- },
- "json": {
- "setup_file": "setup",
- "json_url": "/json",
- "port": 8009,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "AsyncIO",
- "language": "Python",
- "orm": "Raw",
- "platform": "API-Hour",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour+AsyncIO",
- "notes": "Python 3 + API-Hour + AsyncIO"
- },
- "plaintext": {
- "setup_file": "setup",
- "plaintext_url": "/plaintext",
- "port": 8011,
- "approach": "Stripped",
- "classification": "Platform",
- "database": "None",
- "framework": "AsyncIO",
- "language": "Python",
- "orm": "Raw",
- "platform": "API-Hour",
- "webserver": "Gunicorn",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "API-Hour+AsyncIO",
- "notes": "Python 3 + API-Hour + AsyncIO"
- }
- }]
- }
|