123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687 |
- {
- "framework": "php-ngx",
- "tests": [{
- "default": {
- "plaintext_url": "/plaintext",
- "json_url": "/json",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "None",
- "framework": "php-ngx",
- "language": "PHP",
- "flavor": "PHP7",
- "orm": "Raw",
- "platform": "ngx_php",
- "webserver": "nginx",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "PHP-raw-ngx",
- "notes": "ngx_php",
- "versus": "php"
- },
- "mysql": {
- "db_url": "/db",
- "query_url": "/query?q=",
- "fortune_url": "/fortunes",
- "update_url": "/update?q=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "MySQL",
- "framework": "php-ngx",
- "language": "PHP",
- "flavor": "PHP7",
- "orm": "Raw",
- "platform": "ngx_php",
- "webserver": "nginx",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "PHP-raw-ngx",
- "notes": "ngx_php",
- "versus": "php"
- },
- "pgsql": {
- "db_url": "/db",
- "query_url": "/query?q=",
- "fortune_url": "/fortunes",
- "update_url": "/update?q=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "Postgres",
- "framework": "php-ngx",
- "language": "PHP",
- "flavor": "PHP7",
- "orm": "Raw",
- "platform": "ngx_php",
- "webserver": "nginx",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "PHP-raw-ngx-Postgres",
- "notes": "ngx_php Postgres",
- "versus": "php"
- },
- "async": {
- "db_url": "/db",
- "query_url": "/query?q=",
- "fortune_url": "/fortunes",
- "update_url": "/update?q=",
- "port": 8080,
- "approach": "Realistic",
- "classification": "Platform",
- "database": "MySQL",
- "framework": "php-ngx",
- "language": "PHP",
- "flavor": "PHP7",
- "orm": "Raw",
- "platform": "ngx_php",
- "webserver": "nginx",
- "os": "Linux",
- "database_os": "Linux",
- "display_name": "PHP-raw-ngx-async",
- "notes": "ngx_php async",
- "versus": "php"
- }
- }]
- }
|